13 lines
444 B
Makefile
13 lines
444 B
Makefile
# $NetBSD: Makefile,v 1.12 2001/04/19 14:40:40 wiz Exp $
|
|
|
|
SUBDIR= libbib libdriver libgroff .WAIT addftinfo devices eqn grn \
|
|
grodvi groff grog grohtml grolbp grolj4 grops grotty hpftodit \
|
|
indxbib lkbib lookbib man mm nroff pfbtops pic refer \
|
|
tbl tfmtodit tmac troff
|
|
|
|
# afmtodit is a perl script; xditview an X program (we can't assume X is
|
|
# installed); NetBSD has its own soelim.
|
|
MISC= afmtodit xditview soelim
|
|
|
|
.include <bsd.subdir.mk>
|