diff options
author | dima <dima@FreeBSD.org> | 1998-11-09 23:39:02 +0000 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1998-11-09 23:39:02 +0000 |
commit | 543c08c3b4c019544bf5895e75b64dba03e32130 (patch) | |
tree | 9c86d77ee7d7b8c9534c6d07b323977116d091f2 /usr.sbin/Makefile | |
parent | 14bfbe61c49693948f419156d9d99f794e9f1aed (diff) | |
download | FreeBSD-src-543c08c3b4c019544bf5895e75b64dba03e32130.zip FreeBSD-src-543c08c3b4c019544bf5895e75b64dba03e32130.tar.gz |
Clean it up a little bit.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 0ac0142..f4dba13 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 5.20 (Berkeley) 6/12/93 -# $Id: Makefile,v 1.132 1998/09/17 08:55:02 dfr Exp $ +# $Id: Makefile,v 1.133 1998/10/02 11:31:36 jkh Exp $ # XXX MISSING: mkproto SUBDIR= ac \ @@ -22,12 +22,16 @@ SUBDIR= ac \ diskpart \ edquota \ inetd \ + iostat \ + kbdcontrol \ + kbdmap \ kernbb \ keyadmin \ keyserv \ kvm_mkdb \ lpr \ manctl \ + moused \ mrouted \ mtest \ mtree \ @@ -62,6 +66,7 @@ SUBDIR= ac \ rpc.yppasswdd \ rpc.ypxfrd \ rpc.ypupdated \ + rtprio \ rwhod \ sa \ sliplogin \ @@ -74,6 +79,7 @@ SUBDIR= ac \ traceroute \ trpt \ tzsetup \ + vidcontrol \ vipw \ vnconfig \ watch \ @@ -118,30 +124,13 @@ SUBDIR+=apm \ fdformat \ fdwrite \ fdcontrol \ - iostat \ - kbdcontrol \ - kbdmap \ lptcontrol \ mixer \ - moused \ mptable \ - rtprio \ sgsc \ sicontrol \ spkrtest \ - stallion \ - vidcontrol -.endif - -.if ${MACHINE_ARCH} == "alpha" -SUBDIR+=kvm_mkdb \ - natd \ - kbdcontrol \ - kbdmap \ - moused \ - pstat \ - rtprio \ - vidcontrol + stallion .endif .include <bsd.subdir.mk> |