summaryrefslogtreecommitdiff
path: root/usr.bin/nc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/nc/Makefile')
-rw-r--r--usr.bin/nc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile
index 7ae9233f93c..85d883d2ae5 100644
--- a/usr.bin/nc/Makefile
+++ b/usr.bin/nc/Makefile
@@ -1,6 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 2001/06/25 22:17:33 ericj Exp $
+# $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>