repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
man
/
Makefile
blob
f4da3d2f22542b3aceae07909da1a5ef4a420bf8
1
# $NetBSD: Makefile,v 1.10 2007/10/05 07:38:52 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
WARNS?
=
2
# XXX -Wcast-qual issues
5
6
PROG
=
man
7
SRCS
=
man.c manconf.c
8
MAN
=
man
.1
man.conf
.5
9
10
DPADD
+= ${
LIBUTIL
}
11
LDADD
+= -
lutil
12
13
.
include
<
bsd.prog.mk
>