diff options
Diffstat (limited to 'usr.bin/bgplg/traceroute6/Makefile')
-rw-r--r-- | usr.bin/bgplg/traceroute6/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/usr.bin/bgplg/traceroute6/Makefile b/usr.bin/bgplg/traceroute6/Makefile new file mode 100644 index 00000000000..b62af6cbf2c --- /dev/null +++ b/usr.bin/bgplg/traceroute6/Makefile @@ -0,0 +1,14 @@ +# $OpenBSD: Makefile,v 1.1 2010/04/02 21:20:49 sthen Exp $ + +PROGDIR= ${.CURDIR}/../../../usr.sbin/traceroute6 + +LDSTATIC= -static +CFLAGS+= -I${PROGDIR} +NOMAN= yes + +.include "${PROGDIR}/Makefile" + +BINDIR= /var/www/bin +BINMODE= 000 + +.PATH: ${PROGDIR} |