diff options
author | jakob <> | 2001-09-02 18:45:41 +0000 |
---|---|---|
committer | jakob <> | 2001-09-02 18:45:41 +0000 |
commit | 90d432ac9607940d576a7a7e658ba0ff6a86c271 (patch) | |
tree | 2d2c1927b752de246c54ae351e631eb2be7443a2 /src/usr.bin/nc/Makefile | |
parent | 7543c16b6ed60668d4550f8d2acb04dc0a07190b (diff) | |
download | openbsd-90d432ac9607940d576a7a7e658ba0ff6a86c271.tar.gz openbsd-90d432ac9607940d576a7a7e658ba0ff6a86c271.tar.bz2 openbsd-90d432ac9607940d576a7a7e658ba0ff6a86c271.zip |
add very basic proxy support using socks5 client code from niklas@.
ok ericj@.
Diffstat (limited to 'src/usr.bin/nc/Makefile')
-rw-r--r-- | src/usr.bin/nc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/nc/Makefile b/src/usr.bin/nc/Makefile index 7f761e17ab..150f8295bd 100644 --- a/src/usr.bin/nc/Makefile +++ b/src/usr.bin/nc/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2001/06/27 03:13:08 smart Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2001/09/02 18:45:41 jakob Exp $ |
2 | 2 | ||
3 | PROG= nc | 3 | PROG= nc |
4 | SRCS= netcat.c atomicio.c | 4 | SRCS= netcat.c atomicio.c socks.c |
5 | 5 | ||
6 | .include <bsd.prog.mk> | 6 | .include <bsd.prog.mk> |