From 408cc74a3af0797d1f2c657ab39f8e0c7774d9bd Mon Sep 17 00:00:00 2001 From: "William F. Jolitz" Date: Sun, 3 Mar 1991 13:40:11 -0800 Subject: [PATCH] 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 --- usr/src/usr.bin/groff/devices/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 usr/src/usr.bin/groff/devices/Makefile 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 -- 2.20.1