diff options
author | phk <phk@FreeBSD.org> | 1995-01-31 19:41:08 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-01-31 19:41:08 +0000 |
commit | 9f0a17dbb24fc61c8e3348bab8aa169cffadd74a (patch) | |
tree | 254cf720423d932e9dcb708ecfef354df986ba47 /sbin/Makefile | |
parent | 27ca9d3bb5980c687888fb879ffe63cae7b4b1c0 (diff) | |
download | FreeBSD-src-9f0a17dbb24fc61c8e3348bab8aa169cffadd74a.zip FreeBSD-src-9f0a17dbb24fc61c8e3348bab8aa169cffadd74a.tar.gz |
I have taken sysinstall out of the normal SUBDIR rule. There are too
many build problems just now, and it isn't that general after all.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index b6a2dc2..8a824d8 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -7,7 +7,9 @@ SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs dumplfs \ mount_fdesc mount_kernfs mount_lfs mount_nfs mount_null mount_portal \ mount_procfs mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ nologin ping quotacheck reboot restore route savecore scsi shutdown \ - slattach startslip swapon sysinstall tunefs umount + slattach startslip swapon tunefs umount + +#SUBDIR += sysinstall .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} |