mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
50893e50e2
Fix things so it *really* won't compile if the environment isn't there. This commit has been sitting in my to-do list for 2 months. Xditview should never have been half-removed, so now it's back with a vengance because we want to keep groff intact as a package.
14 lines
355 B
Makefile
14 lines
355 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 \
|
|
devX100 devX100-12 devX75 devX75-12 devascii devdvi devlatin1 \
|
|
devkoi8-r devps tmac mm man xditview
|
|
|
|
# BSD already provides soelim
|
|
MISC= soelim
|
|
|
|
.include <bsd.subdir.mk>
|