diff options
author | smart <> | 2001-06-27 02:45:08 +0000 |
---|---|---|
committer | smart <> | 2001-06-27 02:45:08 +0000 |
commit | b8a7a3a596dc9dce95703c3f2f81b92144435795 (patch) | |
tree | 6c4e18ccb75d42ccaeaf3dc6a4978e818c15fb42 /src/usr.bin/nc/Makefile | |
parent | ba6f70d7550cc513151c4bb719659d4775a9efff (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | PROG= nc | 3 | PROG= nc |
4 | SRCS= netcat.c atomicio.c | 4 | SRCS= netcat.c atomicio.c |
5 | 5 | ||
6 | CFLAGS+= -Wall | ||
7 | |||
6 | .include <bsd.prog.mk> | 8 | .include <bsd.prog.mk> |