diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2014-04-29 15:04:05 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2014-04-29 15:04:05 +0000 |
commit | bb8500104a39068258e3113e435a23dbadae7f1d (patch) | |
tree | e1101ebc82aca0018f39be8553072e4c9b106485 /usr.bin/bgplg | |
parent | e3360dba83e44befd4f34029201cd69a60de82cd (diff) |
Move traceroute6 to the attic, fully merged into traceroute.
Diffstat (limited to 'usr.bin/bgplg')
-rw-r--r-- | usr.bin/bgplg/traceroute6/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/usr.bin/bgplg/traceroute6/Makefile b/usr.bin/bgplg/traceroute6/Makefile deleted file mode 100644 index b62af6cbf2c..00000000000 --- a/usr.bin/bgplg/traceroute6/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $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} |