386BSD 0.0 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 3 Mar 1991 21:40:11 +0000 (13:40 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Sun, 3 Mar 1991 21:40:11 +0000 (13:40 -0800)
Work on file usr/src/usr.bin/groff/devices/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.0/src

usr/src/usr.bin/groff/devices/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/groff/devices/Makefile b/usr/src/usr.bin/groff/devices/Makefile
new file mode 100644 (file)
index 0000000..1d38880
--- /dev/null
@@ -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 <bsd.subdir.mk>