summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/Makefile
diff options
context:
space:
mode:
authorericj <>2001-06-25 22:17:35 +0000
committerericj <>2001-06-25 22:17:35 +0000
commitabbf925da56bb0d7aac937d8e270af8f025c8fe5 (patch)
treec10aae909652b766aa9a85fa96a1901de7be9b1c /src/usr.bin/nc/Makefile
parentde0bea2741dc316bd124830c3b9c8a2d15799319 (diff)
downloadopenbsd-abbf925da56bb0d7aac937d8e270af8f025c8fe5.tar.gz
openbsd-abbf925da56bb0d7aac937d8e270af8f025c8fe5.tar.bz2
openbsd-abbf925da56bb0d7aac937d8e270af8f025c8fe5.zip
Import completely re-written netcat w/ support for IPv6.
very little usage has changed, man page soon to come for it as well. deraadt@ ok
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>