Update so that clean target in sys/boot will delete the symlink
created for machine Reviewed by: emaste
This commit is contained in:
parent
ab887403e1
commit
1c0bbd66ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user