diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/Makefile | 4 |
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 | ||
3 | PROG= nc | 3 | PROG= nc |
4 | SRCS= netcat.c atomicio.c | 4 | SRCS= netcat.c atomicio.c |
5 | 5 | ||
6 | CFLAGS+= -Wall | ||
7 | |||
8 | .include <bsd.prog.mk> | 6 | .include <bsd.prog.mk> |