NetBSD/gnu/usr.bin/groff/Makefile

16 lines
368 B
Makefile
Raw Normal View History

1993-07-15 00:36:42 +04:00
# Makefile for groff
1993-03-21 12:45:37 +03:00
1993-07-15 00:36:42 +04:00
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
1993-03-21 12:45:37 +03:00
1993-07-15 00:36:42 +04:00
# BSD already provides soelim
MISC= soelim
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>