diff options
Diffstat (limited to 'src/usr.bin/nc/Makefile')
-rw-r--r-- | src/usr.bin/nc/Makefile | 5 |
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 | ||
3 | CFLAGS+= -DTELNET | ||
4 | PROG= nc | 3 | PROG= nc |
5 | SRCS= netcat.c | 4 | SRCS= netcat.c atomicio.c |
6 | 5 | ||
7 | .include <bsd.prog.mk> | 6 | .include <bsd.prog.mk> |