diff options
| author | agc <agc@NetBSD.org> | 2003-07-21 10:16:55 +0000 |
|---|---|---|
| committer | agc <agc@NetBSD.org> | 2003-07-21 10:16:55 +0000 |
| commit | 8a3e64ceb975ad9da3a53b9f1ab36aa086a1ea4e (patch) | |
| tree | 112108283e38ae13c60418aff30e8866081d83f2 /usr.bin/stat | |
| parent | 98a5f82f01bf2874126cfc6163c0ca532d5eb9da (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/Makefile | 4 |
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 |
