mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
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.
13 lines
355 B
Makefile
13 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>
|