repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
writeisofs: improve compatibility
[minix3.git]
/
usr.bin
/
man
/
Makefile
blob
ec1b1f0fdbb9e98db6926ca41cc29ca2c04788fd
1
# $NetBSD: Makefile,v 1.11 2009/04/14 22:15:23 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
>