mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Move i386-specific programs into i386 subdirectory.
This commit is contained in:
parent
6014635361
commit
1fa33d23b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4913
@ -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>
|
||||
|
@ -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
3
sbin/i386/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $Id$
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
Loading…
Reference in New Issue
Block a user