Move i386-specific programs into i386 subdirectory.

This commit is contained in:
Garrett Wollman 1994-12-02 23:53:23 +00:00
parent 6014635361
commit 1fa33d23b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4913
3 changed files with 8 additions and 6 deletions

View File

@ -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>

View File

@ -1,5 +1,6 @@
# $Id$
# $Id: Makefile,v 1.1.1.1 1994/12/02 23:22:59 wollman Exp $
SUBDIR= cxconfig
SUBDIR= comcontrol fdisk ft mount_msdos
#NOTYET: cxconfig
.include <bsd.subdir.mk>

3
sbin/i386/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# $Id$
.include "${.CURDIR}/../../Makefile.inc"