diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-18 04:46:29 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-18 04:46:29 +0000 |
| commit | ce27694fab9b544147302df8b91d28efa5a34ad7 (patch) | |
| tree | 878bedad785dbcf36ed742f74adf917eb408970f | |
| parent | 307253bb9f9da270814897f725161c7258ca7d9d (diff) | |
Notes
| -rw-r--r-- | sbin/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 57e7a9654a9b..594bd8363314 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,26 +1,22 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 +# $Id$ # XXX MISSING: icheck ncheck -SUBDIR= disklabel dmesg dset dump dumpfs \ - dumpon fsck fsdb fsirand ifconfig init ipfw \ - md5 mknod \ - mount mount_cd9660 mount_ext2fs \ - mount_nfs mount_null mount_portal mount_std \ - mount_umap mount_union mountd newfs nfsd nfsiod \ - nos-tun nologin quotacheck reboot restore route routed \ - scsiformat shutdown slattach startslip spppcontrol tunefs \ - umount +SUBDIR= init md5 mknod nologin ping reboot route routed scsiformat shutdown -SUBDIR+=ipf +.if ${MACHINE_ARCH} == "i386" +SUBDIR+=adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ + dumpon fsck fsdb fsirand ifconfig ipf ipfw kldload kldstat \ + kldunload modload modunload mount mount_cd9660 mount_ext2fs \ + mount_nfs mount_null mount_portal mount_std mount_umap \ + mount_union mountd newfs nfsd nfsiod nos-tun quotacheck \ + restore savecore scsi slattach startslip spppcontrol swapon \ + tunefs umount +.endif .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} .endif -.if ${MACHINE_ARCH} == "i386" -SUBDIR+=adjkerntz badsect ccdconfig clri kldload kldstat kldunload ping -SUBDIR+=modload modunload savecore scsi swapon -.endif - .include <bsd.subdir.mk> |
