[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

File: [local] / src / usr.bin / nc / Makefile (download)

Revision 1.4, Wed Jun 27 02:45:08 2001 UTC (22 years, 11 months ago) by smart
Branch: MAIN
Changes since 1.3: +3 -1 lines

Compile cleanly with -Wall

#	$OpenBSD: Makefile,v 1.4 2001/06/27 02:45:08 smart Exp $

PROG=	nc
SRCS=	netcat.c atomicio.c

CFLAGS+= -Wall

.include <bsd.prog.mk>