From: William F. Jolitz Date: Sun, 3 Mar 1991 21:40:11 +0000 (-0800) Subject: 386BSD 0.0 development X-Git-Tag: 386BSD-0.0~874 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/408cc74a3af0797d1f2c657ab39f8e0c7774d9bd 386BSD 0.0 development Work on file usr/src/usr.bin/groff/devices/Makefile Co-Authored-By: Lynne Greer Jolitz Synthesized-from: 386BSD-0.0/src --- diff --git a/usr/src/usr.bin/groff/devices/Makefile b/usr/src/usr.bin/groff/devices/Makefile new file mode 100644 index 0000000000..1d38880b09 --- /dev/null +++ b/usr/src/usr.bin/groff/devices/Makefile @@ -0,0 +1,12 @@ +# @(#)Makefile 6.1 (Berkeley) 3/3/91 + +# +# Ugly installation glitch: you MUST be running X11 when building +# the xditview stuff, since xtotroff queries the local X server to get +# font information. Therefore these are not built by default. +# +XDEVICES= devX100 devX100-12 devX75 devX75-12 + +SUBDIR= devascii devlatin1 devdvi devps + +.include