[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

File: [local] / src / usr.bin / nc / Makefile (download)

Revision 1.1, Thu Sep 5 08:55:31 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0

nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers
have, so that he may learn what the network is about and protect it better.

#	$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>