aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-05-18 09:19:08 +0000
committerMark Murray <markm@FreeBSD.org>2002-05-18 09:19:08 +0000
commitbf7bec3366191f46b48218469005680e65ded9b7 (patch)
tree13ad193e090d73a66e9cbb476cec92afc65d0279 /usr.bin/Makefile
parent086b2eb54b507c1e5c7d67712dc5259593ece80f (diff)
downloadsrc-bf7bec3366191f46b48218469005680e65ded9b7.tar.gz
src-bf7bec3366191f46b48218469005680e65ded9b7.zip
Add C rewrites of catman and makewhatis. These aren't quite as
the submitter supplied them, as I did some WARNS=n fixups (mostly const-ification). Submitted by: John Rochester <john@jrochester.org>
Notes
Notes: svn path=/head/; revision=96845
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 4e8fd1199f2a..332d9b8d91cb 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -19,6 +19,7 @@ SUBDIR= apply \
c89 \
calendar \
cap_mkdb \
+ catman \
chat \
checknr \
chflags \
@@ -95,6 +96,7 @@ SUBDIR= apply \
m4 \
mail \
make \
+ makewhatis \
mesg \
minigzip \
mkdep \