only build config.old on machines that need it.
This commit is contained in:
parent
ee89d6ebad
commit
26444ba22c
|
@ -1,10 +1,10 @@
|
|||
# from: @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91
|
||||
# $Id: Makefile,v 1.44 1995/04/28 06:53:49 cgd Exp $
|
||||
# $Id: Makefile,v 1.45 1995/04/28 08:14:41 cgd Exp $
|
||||
|
||||
# not yet done: catman
|
||||
|
||||
SUBDIR= ac accton arp bootpd bootpgw bootpef bootptest \
|
||||
chown chroot config config.old cron dev_mkdb \
|
||||
chown chroot config cron dev_mkdb \
|
||||
diskpart edquota gettable htable inetd iostat kgmon \
|
||||
kvm_mkdb lpr mrouted mtree named netgroup_mkdb portmap \
|
||||
pppd pstat pwd_mkdb quot quotaon \
|
||||
|
@ -19,14 +19,15 @@ SUBDIR+=amd
|
|||
.endif
|
||||
|
||||
.if make(clean) || make(cleandir)
|
||||
SUBDIR+=bad144 hilinfo grfinfo
|
||||
.elif ${MACHINE} == "i386"
|
||||
SUBDIR+=bad144
|
||||
.elif ${MACHINE} == "hp300"
|
||||
# probably could be expanded to other machines, too
|
||||
SUBDIR+=hilinfo grfinfo
|
||||
SUBDIR+=bad144 config.old hilinfo grfinfo
|
||||
.elif ${MACHINE} == "amiga"
|
||||
SUBDIR+=iteconfig
|
||||
.elif ${MACHINE} == "hp300"
|
||||
SUBDIR+=config.old hilinfo grfinfo
|
||||
.elif ${MACHINE} == "i386"
|
||||
SUBDIR+=bad144
|
||||
.elif ${MACHINE} == "pmax"
|
||||
SUBDIR+=config.old
|
||||
.elif ${MACHINE} == "sun3"
|
||||
SUBDIR+=dbsym
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue