diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-10-21 09:06:11 +0000 |
| commit | 4cf49a43559ed9fdad601bdcccd2c55963008675 (patch) | |
| tree | 722c03ee4d750dd89ed43b028c35302fbfd03bfd /usr.sbin/ngctl/Makefile | |
| parent | 67494b1a71eccedcce178eba53e7d31f35d44016 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ngctl/Makefile')
| -rw-r--r-- | usr.sbin/ngctl/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/ngctl/Makefile b/usr.sbin/ngctl/Makefile new file mode 100644 index 000000000000..a4e02ad068c4 --- /dev/null +++ b/usr.sbin/ngctl/Makefile @@ -0,0 +1,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> |
