diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-16 06:04:28 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-02-16 06:04:28 +0000 |
commit | caa2200e6ea5c439785df44c16b1695a664c4eab (patch) | |
tree | ecdc13fd8305a7f4a487b9678bfa3e783528944a /usr.sbin/traceroute6/Makefile | |
parent | 25f5c880785d1675aa8341d93da42f1b434febee (diff) |
add traceroute6 (oops, forgot to bring it in)
Diffstat (limited to 'usr.sbin/traceroute6/Makefile')
-rw-r--r-- | usr.sbin/traceroute6/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/traceroute6/Makefile b/usr.sbin/traceroute6/Makefile new file mode 100644 index 00000000000..200dd036fae --- /dev/null +++ b/usr.sbin/traceroute6/Makefile @@ -0,0 +1,16 @@ +# $OpenBSD: Makefile,v 1.1 2000/02/16 06:04:27 itojun Exp $ + +PROG= traceroute6 + +BINOWN= root +BINGRP= bin +BINMODE=4555 + +CPPFLAGS+=-DINET6 + +BINOWN= root +BINMODE=4555 + +MAN= traceroute6.8 + +.include <bsd.prog.mk> |