summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
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