Update so that clean target in sys/boot will delete the symlink

created for machine

Reviewed by:	emaste
This commit is contained in:
sbruno 2014-07-23 22:11:04 +00:00
parent ab887403e1
commit 1c0bbd66ac

View File

@ -173,11 +173,9 @@ SRCS+= nandfs.c
.include <bsd.lib.mk>
.if ${MACHINE_CPUARCH} == "amd64"
CLEANFILES+= machine
beforedepend ${OBJS}: machine
cleandepend: cleanmachine
cleanmachine:
rm -f machine
machine:
ln -s ${.CURDIR}/../../i386/include machine
ln -fs ${.CURDIR}/../../i386/include machine
.endif