NetBSD/gnu/usr.bin/groff/Makefile

17 lines
471 B
Makefile
Raw Normal View History

1996-08-13 10:33:17 +04:00
# $NetBSD: Makefile,v 1.7 1996/08/13 06:33:25 explorer Exp $
1993-03-21 12:45:37 +03:00
1993-07-15 00:36:42 +04:00
SUBDIR= libgroff libdriver libbib\
1995-03-22 20:32:28 +03:00
groff troff nroff tbl pic eqn grog grops grotty grodvi\
1996-08-13 10:33:17 +04:00
grolj4 \
1993-07-15 00:36:42 +04:00
refer lookbib indxbib lkbib \
1996-08-13 10:33:17 +04:00
hpftodit 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
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>