diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-05 19:15:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-05 19:15:36 +0000 |
| commit | ebc20f71ea19e9ed3758b2a0e926ffdb0026d983 (patch) | |
| tree | 621534066599019b8e2a9e7459497176170db7fb /gnu/usr.bin/groff/Makefile | |
| parent | 6d856126f9125f9175da3d98802b642c914ce17c (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff/Makefile')
| -rw-r--r-- | gnu/usr.bin/groff/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile index fc6c920f319e..81b7fa782ae8 100644 --- a/gnu/usr.bin/groff/Makefile +++ b/gnu/usr.bin/groff/Makefile @@ -1,16 +1,15 @@ -# Makefile for groff -# # $FreeBSD$ SUBDIR= libgroff libdriver libbib \ - addftinfo eqn \ - grodvi groff grog grohtml grolj4 grops grotty \ - indxbib lkbib lookbib man mm nroff \ - pfbtops pic psbb refer tbl tfmtodit tmac troff \ - devX100 devX100-12 devX75 devX75-12 devascii devdvi \ - devhtml devlatin1 devkoi8-r devlj4 devps + addftinfo afmtodit eqn grn \ + grodvi groff grog grohtml grolbp grolj4 grops grotty \ + hpftodit indxbib lkbib lookbib man mm nroff \ + pfbtops pic refer tbl tfmtodit tmac troff \ + devX100 devX100-12 devX75 devX75-12 devascii devcp1047 \ + devdvi devhtml devkoi8-r devlatin1 devlbp devlj4 devps \ + devutf8 -# BSD already provides soelim and we don't want xditview compiled be default -MISC= soelim afmtodit doc hpftodit xditview +# BSD already provides soelim and we don't want xditview compiled by default +MISC= soelim doc xditview .include <bsd.subdir.mk> |
