diff options
-rw-r--r-- | lib/libstand/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index 5464f9c..4d1f087 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -146,6 +146,9 @@ SRCS+= splitfs.c ${SRCS:M*.c:R:S/$/.o/g}: machine beforedepend: machine +cleandepend: cleanmachine +cleanmachine: + rm -f machine machine: ln -s ${.CURDIR}/../../sys/i386/include machine |