summaryrefslogtreecommitdiff
path: root/usr.bin/stat
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2003-07-21 10:16:55 +0000
committeragc <agc@NetBSD.org>2003-07-21 10:16:55 +0000
commit8a3e64ceb975ad9da3a53b9f1ab36aa086a1ea4e (patch)
tree112108283e38ae13c60418aff30e8866081d83f2 /usr.bin/stat
parent98a5f82f01bf2874126cfc6163c0ca532d5eb9da (diff)
Fix a tyop - we want the readlink binary and manual pages when HOSTPROG
is not defined.
Diffstat (limited to 'usr.bin/stat')
-rw-r--r--usr.bin/stat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
index c15098e9ddb..76340ac9c63 100644
--- a/usr.bin/stat/Makefile
+++ b/usr.bin/stat/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/07/20 14:12:13 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2003/07/21 10:16:55 agc Exp $
PROG= stat
-.if defined(HOSTPROG)
+.if !defined(HOSTPROG)
LINKS= ${BINDIR}/stat ${BINDIR}/readlink
MLINKS= stat.1 readlink.1
.endif