diff options
author | shin <shin@FreeBSD.org> | 1999-12-29 07:11:50 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 1999-12-29 07:11:50 +0000 |
commit | 763bfae4f8fd6ef6e7debe2f8c7a286bd921bfe4 (patch) | |
tree | 609c9e33f6b25c69671376b021e27f38555fc4fb /usr.sbin/Makefile | |
parent | 35328c713c17eec1c40d21f3e6f03c5aeef70dca (diff) | |
download | FreeBSD-src-763bfae4f8fd6ef6e7debe2f8c7a286bd921bfe4.zip FreeBSD-src-763bfae4f8fd6ef6e7debe2f8c7a286bd921bfe4.tar.gz |
Forgot to add newly added udp and raw IPv6 apps to usr.sbin SUBDIR.
They are confirmed to be buildable and seems to be working.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 5e54219..dd55d86 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -25,6 +25,8 @@ SUBDIR= IPXrouted \ fdcontrol \ fdformat \ fdwrite \ + gifconfig \ + ifmcstat \ inetd \ iostat \ ipftest \ @@ -45,6 +47,7 @@ SUBDIR= IPXrouted \ mrouted \ mtest \ mtree \ + ndp \ newsyslog \ ngctl \ ntp \ @@ -59,6 +62,7 @@ SUBDIR= IPXrouted \ pppctl \ pppd \ pppstats \ + prefix \ procctl \ pstat \ pw \ @@ -67,7 +71,9 @@ SUBDIR= IPXrouted \ quotaon \ rarpd \ repquota \ + rip6query \ rmt \ + route6d \ rpc.lockd \ rpc.statd \ rpc.umntall \ @@ -75,6 +81,7 @@ SUBDIR= IPXrouted \ rpc.ypupdated \ rpc.ypxfrd \ rtprio \ + rtsold \ rwhod \ sa \ sliplogin \ @@ -86,6 +93,7 @@ SUBDIR= IPXrouted \ tcpdump \ timed \ traceroute \ + traceroute6 \ trpt \ tzsetup \ usbd \ |