diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-01-31 19:41:08 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-01-31 19:41:08 +0000 |
| commit | 5319d4525a3ac1cf3af363e3e0f2acf048f7ea56 (patch) | |
| tree | 254cf720423d932e9dcb708ecfef354df986ba47 | |
| parent | e86e7d0e07c7c5ae4f14802275bdc28593c4a395 (diff) | |
Notes
| -rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index b6a2dc2efe80..8a824d818770 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} |
