summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmart <>2001-06-27 03:13:08 +0000
committersmart <>2001-06-27 03:13:08 +0000
commitc39a65503215cb4a7a11f48597b0047b082b1882 (patch)
tree0530925b239262b18f09c1520c1007a62aaffd5f
parentf461c99b30a5d6888c9eb719eb7eabe9b1bec286 (diff)
downloadopenbsd-c39a65503215cb4a7a11f48597b0047b082b1882.tar.gz
openbsd-c39a65503215cb4a7a11f48597b0047b082b1882.tar.bz2
openbsd-c39a65503215cb4a7a11f48597b0047b082b1882.zip
ericj@ requested netcat not have -Wall defined in the Makefile
-rw-r--r--src/usr.bin/nc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr.bin/nc/Makefile b/src/usr.bin/nc/Makefile
index 85d883d2ae..7f761e17ab 100644
--- a/src/usr.bin/nc/Makefile
+++ b/src/usr.bin/nc/Makefile
@@ -1,8 +1,6 @@
1# $OpenBSD: Makefile,v 1.4 2001/06/27 02:45:08 smart Exp $ 1# $OpenBSD: Makefile,v 1.5 2001/06/27 03:13:08 smart Exp $
2 2
3PROG= nc 3PROG= nc
4SRCS= netcat.c atomicio.c 4SRCS= netcat.c atomicio.c
5 5
6CFLAGS+= -Wall
7
8.include <bsd.prog.mk> 6.include <bsd.prog.mk>