NetBSD/gnu/usr.bin/groff/Makefile
cgd dc7bae3f10 don't do xditview; don't want to deal w/the intracacies of having/not having
X386 (or something else, for another version) installed.
1993-07-15 18:33:53 +00:00

16 lines
368 B
Makefile

# Makefile for groff
SUBDIR= libgroff libdriver libbib\
groff troff nroff tbl pic eqn grops grotty grodvi\
refer lookbib indxbib lkbib \
tfmtodit addftinfo pfbtops psbb \
devices tmac mm man
# don't do xditview; we don't want to have to deal w/X not being installed
#SUBDIR+= xditview
# BSD already provides soelim
MISC= soelim
.include <bsd.subdir.mk>