diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-01-19 08:13:02 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-01-19 08:13:02 +0000 |
commit | 8cdfc712a742c34e74490818e6329309edfd2e10 (patch) | |
tree | 40823d441fe3812ee921ae77ff2b97eab95610cc /usr.sbin/Makefile | |
parent | 6ea7a6334d97a482d35b63fee2f385af328a9a82 (diff) |
add rip6query(8)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 819c0ff8961..91bab0a6512 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2000/01/16 00:06:26 angelos Exp $ +# $OpenBSD: Makefile,v 1.56 2000/01/19 08:13:00 itojun Exp $ # not yet done: catman @@ -17,7 +17,7 @@ SUBDIR= ac accton adduser amd arp bootpd bootpgw bootpef bootptest \ vipw vnconfig zdump zic # IPv6 -SUBDIR+=faithd ifmcstat ndp route6d rtadvd rtsold +SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold .if (${AFS} == "yes") SUBDIR+=afs |