diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-05-04 11:58:25 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-05-04 11:58:25 +0000 |
| commit | 71e4a98b18a2f027a2226f39186fcb3c06cbd1b7 (patch) | |
| tree | 51f9011c426f0274cdd542e605f44ba0241a6c96 /lib/libstand | |
| parent | f30263760b7975117f29ee19d2122aa68d35e30b (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/Makefile | 7 |
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 |
