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/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr.bin/nc/Makefile b/src/usr.bin/nc/Makefile
new file mode 100644
index 0000000000..9170bcaba9
--- /dev/null
+++ b/src/usr.bin/nc/Makefile
@@ -0,0 +1,8 @@
1# $OpenBSD: Makefile,v 1.1 1996/09/05 08:55:31 deraadt Exp $
2# $NetBSD: Makefile,v 1.11 1995/10/03 21:42:34 thorpej Exp $
3
4CFLAGS+= -DTELNET
5PROG= nc
6SRCS= netcat.c
7
8.include <bsd.prog.mk>