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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
groff
/
src
/
preproc
/
tbl
/
Makefile.sub
blob
bea28b35164d3305240e9938f379a0e69f94e943
1
PROG=tbl$(EXEEXT)
2
MAN1=tbl.n
3
XLIBS=$(LIBGROFF)
4
MLIB=$(LIBM)
5
OBJS=\
6
main.$(OBJEXT) \
7
table.$(OBJEXT)
8
CCSRCS=\
9
$(srcdir)/main.cpp \
10
$(srcdir)/table.cpp
11
HDRS=\
12
$(srcdir)/table.h
13
NAMEPREFIX=$(g)