This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1d600474b1
freebsd-skq
/
usr.bin
/
makewhatis
/
Makefile
8 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2002-05-18 09:19:08 +00:00
# $FreeBSD$
PROG
=
makewhatis
Style.
2002-05-20 16:42:15 +00:00
DPADD
=
${
LIBZ
}
LDADD
=
-lz
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>
2002-05-18 09:19:08 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink