repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mkfs: move directory entry manipulation
[minix.git]
/
external
/
bsd
/
mdocml
/
lib
/
libroff
/
Makefile
blob
efd7c5cea94355b9ff29819ecdc2de6a0dc69cfa
1
# $NetBSD: Makefile,v 1.2 2011/01/12 23:02:22 joerg Exp $
2
3
LIBISPRIVATE
=
yes
4
5
LIB
=
roff
6
SRCS
=
roff.c tbl.c tbl_opts.c tbl_layout.c tbl_data.c
7
MAN
=
8
9
COPTS.tbl_layout.c
= -
Wno-shadow
10
11
.
include
<
bsd.lib.mk
>