diff options
| author | lukem <lukem@NetBSD.org> | 2003-07-20 14:12:13 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-07-20 14:12:13 +0000 |
| commit | 5885a35ae335f9ba90b24cd20c5eca856493a48e (patch) | |
| tree | 82bd8a269fffa1a16fa1e4ca6733bd5a84727920 /usr.bin/stat/Makefile | |
| parent | fe7ef256ea2446f614c5f24de72153a80904952f (diff) | |
first attempt at making this a HOSTPROG
Diffstat (limited to 'usr.bin/stat/Makefile')
| -rw-r--r-- | usr.bin/stat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile index 60756261a40..c15098e9ddb 100644 --- a/usr.bin/stat/Makefile +++ b/usr.bin/stat/Makefile @@ -1,7 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2002/07/26 14:16:37 atatat Exp $ +# $NetBSD: Makefile,v 1.4 2003/07/20 14:12:13 lukem Exp $ PROG= stat + +.if defined(HOSTPROG) LINKS= ${BINDIR}/stat ${BINDIR}/readlink MLINKS= stat.1 readlink.1 +.endif .include <bsd.prog.mk> |
