diff options
author | jb <jb@FreeBSD.org> | 1998-08-15 13:21:41 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-08-15 13:21:41 +0000 |
commit | bfd3d9d6f171e2e2c87975c4a675d0108b9de63c (patch) | |
tree | b31fe4b3fe41334dcc0993bc3a44b299ad8d859f /sbin/Makefile | |
parent | 3d8fbb04c761c00bccb964d909ff50cf5fff860b (diff) | |
download | FreeBSD-src-bfd3d9d6f171e2e2c87975c4a675d0108b9de63c.zip FreeBSD-src-bfd3d9d6f171e2e2c87975c4a675d0108b9de63c.tar.gz |
All but two if these build on alpha now, but most are untested.
ldconfig isn't required.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 55167a5..77f666f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,22 +1,18 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.48 1998/06/01 14:12:48 peter Exp $ +# $Id: Makefile,v 1.49 1998/07/06 20:05:41 rnordier Exp $ # XXX MISSING: icheck ncheck -SUBDIR= init md5 mknod nologin ping reboot route routed scsiformat shutdown - -.if ${MACHINE_ARCH} == "i386" -SUBDIR+=adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ - dumpon fsck fsdb fsirand ifconfig ipf ipfw kldload kldstat \ - kldunload ldconfig modload modunload mount mount_cd9660 mount_ext2fs \ +SUBDIR= badsect ccdconfig clri disklabel dmesg dset dump dumpfs dumpon \ + fsck fsdb fsirand ifconfig init ipf ipfw kldload kldstat kldunload \ + md5 mknod modload modunload mount mount_cd9660 mount_ext2fs \ mount_nfs mount_null mount_portal mount_std mount_umap \ - mount_union mountd newfs newfs_msdos nfsd nfsiod nos-tun quotacheck \ - restore savecore scsi slattach startslip spppcontrol swapon \ - tunefs umount -.endif + mount_union mountd newfs newfs_msdos nfsd nfsiod nologin nos-tun \ + ping quotacheck reboot restore route routed savecore scsiformat \ + shutdown slattach startslip spppcontrol swapon tunefs umount -.if exists(${.CURDIR}/${MACHINE}) -SUBDIR+= ${MACHINE} +.if ${MACHINE_ARCH} == "i386" +SUBDIR+=adjkerntz ldconfig scsi .endif .include <bsd.subdir.mk> |