diff options
author | deraadt <> | 1996-09-05 08:55:43 +0000 |
---|---|---|
committer | deraadt <> | 1996-09-05 08:55:43 +0000 |
commit | c7823c0917675fd1ab482937ee1bd01d837b081c (patch) | |
tree | de25439975bbe0baac0f70799dad301539b7be3b /src/usr.bin/nc/Makefile | |
parent | c215a9e8412ead0190b788622f09bcdbb08794fa (diff) | |
download | openbsd-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/Makefile | 8 |
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 | |||
4 | CFLAGS+= -DTELNET | ||
5 | PROG= nc | ||
6 | SRCS= netcat.c | ||
7 | |||
8 | .include <bsd.prog.mk> | ||