summaryrefslogtreecommitdiffstats
path: root/usr.bin/stat/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-08-13 08:23:49 +0000
committerdougb <dougb@FreeBSD.org>2002-08-13 08:23:49 +0000
commita5d6ffe944878d768006711f6033d7e6653957f7 (patch)
treec9cc6eac1a2765510e4eca3a8f96c3377afc28fd /usr.bin/stat/Makefile
parent24b9035a3a69e720947e5805a005aba65672158d (diff)
downloadFreeBSD-src-a5d6ffe944878d768006711f6033d7e6653957f7.zip
FreeBSD-src-a5d6ffe944878d768006711f6033d7e6653957f7.tar.gz
A cooperative effort...
1. Update the code to the latest from NetBSD, which includes: * A new command line option to suppress stat(2) errors * Output is now done via stdio * Fixes for bitwise OR'ing of letters 2. Andrew from NetBSD merged in our own Johan's readlink patches. 3. Andrew also merged in some brucifications. I made some small contributions to the header cleanup, and tried to generally improve the overall style(9)'ishness. I also documented the new -q option and added the *LINKS to the Makefile. All responsibility for mistakes in merging the contributions from the above is mine. Obtained from: Andrew Brown <atatat@NetBSD.org>, bde, johan
Diffstat (limited to 'usr.bin/stat/Makefile')
-rw-r--r--usr.bin/stat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
index 0c95721..d33f0bf 100644
--- a/usr.bin/stat/Makefile
+++ b/usr.bin/stat/Makefile
@@ -5,4 +5,7 @@ MAN= stat.1
SRCS= stat.c
WARNS?= 2
+LINKS= ${BINDIR}/stat ${BINDIR}/readlink
+MLINKS= stat.1 readlink.1
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud