summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/nc/Makefile')
-rw-r--r--src/usr.bin/nc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr.bin/nc/Makefile b/src/usr.bin/nc/Makefile
index 086a9e5ee8..7ae9233f93 100644
--- a/src/usr.bin/nc/Makefile
+++ b/src/usr.bin/nc/Makefile
@@ -1,7 +1,6 @@
1# $OpenBSD: Makefile,v 1.2 1997/09/21 11:50:13 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.3 2001/06/25 22:17:33 ericj Exp $
2 2
3CFLAGS+= -DTELNET
4PROG= nc 3PROG= nc
5SRCS= netcat.c 4SRCS= netcat.c atomicio.c
6 5
7.include <bsd.prog.mk> 6.include <bsd.prog.mk>