summaryrefslogtreecommitdiff
path: root/usr.bin/stat/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-07-20 14:12:13 +0000
committerlukem <lukem@NetBSD.org>2003-07-20 14:12:13 +0000
commit5885a35ae335f9ba90b24cd20c5eca856493a48e (patch)
tree82bd8a269fffa1a16fa1e4ca6733bd5a84727920 /usr.bin/stat/Makefile
parentfe7ef256ea2446f614c5f24de72153a80904952f (diff)
first attempt at making this a HOSTPROG
Diffstat (limited to 'usr.bin/stat/Makefile')
-rw-r--r--usr.bin/stat/Makefile5
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>