summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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>