diff options
author | Xin LI <delphij@FreeBSD.org> | 2005-02-06 14:44:27 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2005-02-06 14:44:27 +0000 |
commit | 04def624308682b3c533505f1982063c6965994c (patch) | |
tree | 0205d7f40b32ed67ae0d36b08c13e6888ac4a3a9 /usr.bin/nc | |
parent | c41ba5f041dd5ebeebd3987525d9efcd83b3b1ae (diff) | |
download | src-test2-04def624308682b3c533505f1982063c6965994c.tar.gz src-test2-04def624308682b3c533505f1982063c6965994c.zip |
Notes
Diffstat (limited to 'usr.bin/nc')
-rw-r--r-- | usr.bin/nc/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile new file mode 100644 index 000000000000..6ff368de569b --- /dev/null +++ b/usr.bin/nc/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../contrib/netcat + +PROG= nc +SRCS= netcat.c atomicio.c socks.c + +CFLAGS+=-DIPSEC +LDADD+= -lipsec + +.include <bsd.prog.mk> |