diff options
Diffstat (limited to 'usr.bin/nc/Makefile')
-rw-r--r-- | usr.bin/nc/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile new file mode 100644 index 00000000000..9170bcaba93 --- /dev/null +++ b/usr.bin/nc/Makefile @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile,v 1.1 1996/09/05 08:55:31 deraadt Exp $ +# $NetBSD: Makefile,v 1.11 1995/10/03 21:42:34 thorpej Exp $ + +CFLAGS+= -DTELNET +PROG= nc +SRCS= netcat.c + +.include <bsd.prog.mk> |