summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-04-06 23:46:02 +0000
committerimp <imp@FreeBSD.org>2003-04-06 23:46:02 +0000
commitfb3369e9a3ece51e8bd9af0320ac418c3b933dd4 (patch)
treeef9bc81a1b26fe7dce7a91fc9b08d53f6655d928 /Makefile.inc1
parent4744a04dfb05489dd23eba9b431ebb43539c524b (diff)
downloadFreeBSD-src-fb3369e9a3ece51e8bd9af0320ac418c3b933dd4.zip
FreeBSD-src-fb3369e9a3ece51e8bd9af0320ac418c3b933dd4.tar.gz
Put back parts of 1.335 and 1.336 that 1.337 accidentally backed out.
Submitted by: ru
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5805ac2..ed2c040 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -269,7 +269,7 @@ _worldtmp:
.if !defined(NOCLEAN)
rm -rf ${WORLDTMP}
.else
- rm -rf ${WORLDTMP}/build/usr/include
+ rm -rf ${WORLDTMP}/legacy/usr/include
# XXX - These two can depend on any header file.
rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/ioctl.c
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
@@ -620,10 +620,6 @@ installmost:
#
# legacy: Build compatibility shims for the next three targets
#
-.if exists(${.CURDIR}/games) && !defined(NOGAMES)
-_strfile= games/fortune/strfile
-.endif
-
legacy:
.for _tool in tools/build
@${ECHODIR} "===> ${_tool}"; \
OpenPOWER on IntegriCloud