]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ngctl/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / usr.sbin / ngctl / Makefile
1 # $FreeBSD$
2 # $Whistle: Makefile,v 1.3 1999/01/16 00:10:11 archie Exp $
3
4 .include <src.opts.mk>
5
6 PROG=   ngctl
7 MAN=    ngctl.8
8 SRCS=   main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
9         msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
10 WARNS?= 3
11
12 LIBADD= netgraph
13
14 .if ${MK_LIBTHR} != "no"
15 CFLAGS+= -DEDITLINE
16 LIBADD+=        edit pthread
17 .endif
18
19 .include <bsd.prog.mk>