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
retire unstack & datasizes in favour of addr2line
[minix3.git]
/
usr.bin
/
man
/
Makefile
blob
8219957c91af651288d48ca79d27c00eebc75de8
1
# $NetBSD: Makefile,v 1.14 2013/07/19 04:17:02 uwe Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
WARNS?
=
6
5
6
PROG
=
man
7
SRCS
=
man.c manconf.c
8
MAN
=
man
.1
man.conf
.5
9
10
COPTS.man.c
+= -
Wno-format-nonliteral
11
12
DPADD
+= ${
LIBUTIL
}
13
LDADD
+= -
lutil
14
15
.
include
<
bsd.prog.mk
>