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/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr.bin/nc/Makefile b/src/usr.bin/nc/Makefile
new file mode 100644
index 0000000000..086a9e5ee8
--- /dev/null
+++ b/src/usr.bin/nc/Makefile
@@ -0,0 +1,7 @@
1# $OpenBSD: Makefile,v 1.2 1997/09/21 11:50:13 deraadt Exp $
2
3CFLAGS+= -DTELNET
4PROG= nc
5SRCS= netcat.c
6
7.include <bsd.prog.mk>