This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-20 11:11:24 +00:00
Code
Issues
Releases
Activity
faac60c8fc
freebsd
/
usr.bin
/
catman
/
Makefile
7 lines
60 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
=
catman
Fixed the only warning and mark as WARNS=6 clean.
2004-12-22 15:25:51 +00:00
WARNS
?=
6
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