Makefile clean up for groff failing make depend and tags
[unix-history] / usr / src / usr.bin / groff / devices / Makefile
CommitLineData
7547443a 1# @(#)Makefile 6.1 (Berkeley) 3/3/91
b1c594db
RG
2#
3# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
4# -------------------- ----- ----------------------
5# CURRENT PATCH LEVEL: 1 00120
6# -------------------- ----- ----------------------
7#
8# 30 Mar 93 Rodney W. Grimes Added null tags and depend targets
9#
7547443a
WJ
10
11#
12# Ugly installation glitch: you MUST be running X11 when building
13# the xditview stuff, since xtotroff queries the local X server to get
14# font information. Therefore these are not built by default.
15#
16XDEVICES= devX100 devX100-12 devX75 devX75-12
17
18SUBDIR= devascii devlatin1 devdvi devps
19
b1c594db
RG
20tags:
21
22depend:
23
7547443a 24.include <bsd.subdir.mk>