diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-09 23:03:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-09 23:03:22 +0000 |
commit | cb6e225e6d32612de572739db7d2063c025825a7 (patch) | |
tree | 4d2a72794230e30c0afe88e36f9278f75782019e /sbin | |
parent | 2ff2e4d72d8432965e5d88df61d4a16901c9c948 (diff) | |
download | FreeBSD-src-cb6e225e6d32612de572739db7d2063c025825a7.zip FreeBSD-src-cb6e225e6d32612de572739db7d2063c025825a7.tar.gz |
Remove all reference to sysinstall - it's going away.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 8a824d8..a915ec2 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -9,8 +9,6 @@ SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs dumplfs \ nologin ping quotacheck reboot restore route savecore scsi shutdown \ slattach startslip swapon tunefs umount -#SUBDIR += sysinstall - .if exists(${.CURDIR}/${MACHINE}) SUBDIR+= ${MACHINE} .endif |