summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ndiscvt/Makefile
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2003-12-11 22:38:14 +0000
committerwpaul <wpaul@FreeBSD.org>2003-12-11 22:38:14 +0000
commit4b660977b3a9c1a1fc5c78ebbcea353f5051e59f (patch)
tree7c2d5abaacdb24db0fe7ad5dd49024bfe7023096 /usr.sbin/ndiscvt/Makefile
parent7e1ac581496c0d5c9235e96f48e6664b7783122e (diff)
downloadFreeBSD-src-4b660977b3a9c1a1fc5c78ebbcea353f5051e59f.zip
FreeBSD-src-4b660977b3a9c1a1fc5c78ebbcea353f5051e59f.tar.gz
Commit the ndiscvt(8) utility too. (Missed it in the last import.)
Diffstat (limited to 'usr.sbin/ndiscvt/Makefile')
-rw-r--r--usr.sbin/ndiscvt/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/usr.sbin/ndiscvt/Makefile b/usr.sbin/ndiscvt/Makefile
new file mode 100644
index 0000000..a54b553
--- /dev/null
+++ b/usr.sbin/ndiscvt/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../sys/dev/ndis
+
+PROG= ndiscvt
+SRCS= ndiscvt.c
+SRCS+= subr_pe.c
+SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
+
+MAN8= ndiscvt.8
+
+WARNS= 4
+
+DPADD= ${LIBL}
+LDADD= -ll
+
+YFLAGS+=-v
+
+CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../sys
+
+CLEANFILES= y.output
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud