From 9f0a17dbb24fc61c8e3348bab8aa169cffadd74a Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 31 Jan 1995 19:41:08 +0000 Subject: 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. --- sbin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin/Makefile') 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} -- cgit v1.1