diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-01-12 10:31:55 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-01-12 10:31:55 +0000 |
commit | 9bba76a95d0524bcc782365989f8a50ef9f64d72 (patch) | |
tree | 09d41bb62f313572f3079e31ae253fc1805a4711 /gnu | |
parent | de13757aab3858b689dcbfb8b3beda25685ea980 (diff) | |
download | FreeBSD-src-9bba76a95d0524bcc782365989f8a50ef9f64d72.zip FreeBSD-src-9bba76a95d0524bcc782365989f8a50ef9f64d72.tar.gz |
Allow grog to be made during compilation.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/Makefile b/gnu/usr.bin/groff/Makefile index f25543c..cb4fc5f 100644 --- a/gnu/usr.bin/groff/Makefile +++ b/gnu/usr.bin/groff/Makefile @@ -4,13 +4,13 @@ SUBDIR= libgroff libdriver libbib \ addftinfo eqn \ - grodvi groff grolj4 grops grotty \ + grodvi groff grog 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 \ devlatin1 devkoi8-r devlj4 devps # BSD already provides soelim and we don't want xditview compiled be default -MISC= soelim afmtodit doc grog hpftodit xditview +MISC= soelim afmtodit doc hpftodit xditview .include <bsd.subdir.mk> |