summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/Makefile
diff options
context:
space:
mode:
authorderaadt <>1996-09-05 08:55:43 +0000
committerderaadt <>1996-09-05 08:55:43 +0000
commitc7823c0917675fd1ab482937ee1bd01d837b081c (patch)
treede25439975bbe0baac0f70799dad301539b7be3b /src/usr.bin/nc/Makefile
parentc215a9e8412ead0190b788622f09bcdbb08794fa (diff)
downloadopenbsd-c7823c0917675fd1ab482937ee1bd01d837b081c.tar.gz
openbsd-c7823c0917675fd1ab482937ee1bd01d837b081c.tar.bz2
openbsd-c7823c0917675fd1ab482937ee1bd01d837b081c.zip
nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers
have, so that he may learn what the network is about and protect it better.
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>