diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-04-29 17:37:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-04-29 17:37:01 +0000 |
| commit | 692411eecee557fc2c7388ed4a02a45df9a7ed1e (patch) | |
| tree | b4165bba7cdf987df1388722422a060792d8aaab /lib/libstand | |
| parent | f3344cb58f48543719c9b7996385dd1c3e3992c5 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -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 5464f9cdb84c..4d1f087d9ba7 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 |
