summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/Makefile
diff options
context:
space:
mode:
authorsmart <>2001-06-27 02:45:08 +0000
committersmart <>2001-06-27 02:45:08 +0000
commitb8a7a3a596dc9dce95703c3f2f81b92144435795 (patch)
tree6c4e18ccb75d42ccaeaf3dc6a4978e818c15fb42 /src/usr.bin/nc/Makefile
parentba6f70d7550cc513151c4bb719659d4775a9efff (diff)
downloadopenbsd-b8a7a3a596dc9dce95703c3f2f81b92144435795.tar.gz
openbsd-b8a7a3a596dc9dce95703c3f2f81b92144435795.tar.bz2
openbsd-b8a7a3a596dc9dce95703c3f2f81b92144435795.zip
Compile cleanly with -Wall
Diffstat (limited to 'src/usr.bin/nc/Makefile')
-rw-r--r--src/usr.bin/nc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr.bin/nc/Makefile b/src/usr.bin/nc/Makefile
index 7ae9233f93..85d883d2ae 100644
--- a/src/usr.bin/nc/Makefile
+++ b/src/usr.bin/nc/Makefile
@@ -1,6 +1,8 @@
1# $OpenBSD: Makefile,v 1.3 2001/06/25 22:17:33 ericj Exp $ 1# $OpenBSD: Makefile,v 1.4 2001/06/27 02:45:08 smart Exp $
2 2
3PROG= nc 3PROG= nc
4SRCS= netcat.c atomicio.c 4SRCS= netcat.c atomicio.c
5 5
6CFLAGS+= -Wall
7
6.include <bsd.prog.mk> 8.include <bsd.prog.mk>