NetBSD/gnu/usr.bin/groff/Makefile

21 lines
592 B
Makefile
Raw Normal View History

2001-01-09 06:13:39 +03:00
# $NetBSD: Makefile,v 1.11 2001/01/09 03:13:40 lukem Exp $
.include <bsd.own.mk>
1993-03-21 12:45:37 +03:00
2001-01-09 06:13:39 +03:00
SUBDIR= grog nroff libgroff libdriver libbib .WAIT \
addftinfo eqn grodvi groff grolj4 grops grotty hpftodit indxbib \
lkbib lookbib pfbtops pic psbb refer tbl tfmtodit troff
.if ${MKSHARE} != "no" || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR+=devices tmac mm man
.endif
# don't do xditview; we don't want to have to deal w/X not being installed
#SUBDIR+= xditview
1993-03-21 12:45:37 +03:00
1996-08-13 10:33:17 +04:00
# BSD already provides soelim and afmtodit requires perl...
MISC= soelim afmtodit
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>