summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/Makefile
blob: 85d883d2ae5834bb6eb4f918acd53cc4c01a2d3f (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.4 2001/06/27 02:45:08 smart Exp $

PROG=	nc
SRCS=	netcat.c atomicio.c

CFLAGS+= -Wall

.include <bsd.prog.mk>