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

PROG=		ngctl
SRCS=		main.c mkpeer.c connect.c name.c show.c list.c \
		debug.c shutdown.c rmhook.c status.c types.c
MAN8=		ngctl.8

LDADD+=		-lnetgraph
DPADD+=		/usr/lib/libnetgraph.a

COPTS+=		-O2 -g -Wall -Werror
COPTS+=		-I/usr/src.freefall/sys

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud