diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-02 23:53:23 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-02 23:53:23 +0000 |
commit | 8192c613ef374be51a54ebb98ce1a5cd4fb052d2 (patch) | |
tree | b19ecae22a001b215e820dd067c7c4dcf45b7f97 /sbin/Makefile | |
parent | fa9f24839211c3e2f0a977c59d0cdd74a46a76c1 (diff) | |
download | FreeBSD-src-8192c613ef374be51a54ebb98ce1a5cd4fb052d2.zip FreeBSD-src-8192c613ef374be51a54ebb98ce1a5cd4fb052d2.tar.gz |
Move i386-specific programs into i386 subdirectory.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 4570763..d346a6c 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -9,10 +9,8 @@ SUBDIR= adjkerntz badsect clri disklabel dmesg dump dumpfs dumplfs \ nologin ping quotacheck reboot restore route savecore shutdown \ slattach startslip swapon sysinstall tunefs umount -.if make(clean) || make(cleandir) -SUBDIR+=comcontrol fdisk ft mount_msdos -.elif ${MACHINE} == "i386" -SUBDIR+=comcontrol fdisk ft mount_msdos +.if exists(${.CURDIR}/${MACHINE}) +SUBDIR+= ${MACHINE} .endif .include <bsd.subdir.mk> |