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

created for machine

Reviewed by:	emaste
This commit is contained in:
Sean Bruno 2014-07-23 22:11:04 +00:00
parent 298f5fdc24
commit 8b3e2e0fee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269029

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