aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-05-04 11:58:25 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-05-04 11:58:25 +0000
commit71e4a98b18a2f027a2226f39186fcb3c06cbd1b7 (patch)
tree51f9011c426f0274cdd542e605f44ba0241a6c96 /lib/libstand
parentf30263760b7975117f29ee19d2122aa68d35e30b (diff)
Notes
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 5464f9cdb84c..c7daea1ca12a 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -143,9 +143,10 @@ SRCS+= splitfs.c
.include <bsd.lib.mk>
.if ${MACHINE_ARCH} == "amd64"
-${SRCS:M*.c:R:S/$/.o/g}: machine
-
-beforedepend: machine
+beforedepend ${OBJS}: machine
+cleandepend: cleanmachine
+cleanmachine:
+ rm -f machine
machine:
ln -s ${.CURDIR}/../../sys/i386/include machine