From fb3369e9a3ece51e8bd9af0320ac418c3b933dd4 Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 6 Apr 2003 23:46:02 +0000 Subject: Put back parts of 1.335 and 1.336 that 1.337 accidentally backed out. Submitted by: ru --- Makefile.inc1 | 6 +----- 1 file changed, 1 insertion(+), 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}"; \ -- cgit v1.1