aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ngctl/Makefile
blob: 519bf98c7813ad98385662deb6ebb9e3bea6add4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$
# $Whistle: Makefile,v 1.3 1999/01/16 00:10:11 archie Exp $

.include <src.opts.mk>

PROG=	ngctl
MAN=	ngctl.8
SRCS=	main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
	msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
WARNS?=	3

LIBADD=	netgraph

.if ${MK_LIBTHR} != "no"
CFLAGS+= -DEDITLINE
LIBADD+=	edit pthread
.endif

.include <bsd.prog.mk>