summaryrefslogtreecommitdiff
path: root/usr.bin/nc/Makefile
blob: 086a9e5ee8d49f63f944ee7e986c56bb08eafd72 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 1997/09/21 11:50:13 deraadt Exp $

CFLAGS+= -DTELNET
PROG=	nc
SRCS=	netcat.c

.include <bsd.prog.mk>