16 lines
408 B
Makefile
16 lines
408 B
Makefile
# $NetBSD: Makefile,v 1.6 1995/04/23 07:58:43 cgd Exp $
|
|
|
|
SUBDIR= libgroff libdriver libbib\
|
|
groff troff nroff tbl pic eqn grog 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>
|