NetBSD/gnu/usr.bin/groff/macros/Makefile
cgd 5f10e8acea from rodney grimes (patch 120):
added depend and tags targets (no-ops).
1993-04-09 13:10:30 +00:00

27 lines
353 B
Makefile

# %W% (Berkeley) %G%
TMACOWN?= bin
TMACGRP?= bin
TMACMODE?= 444
TMACDIR?= /usr/share/tmac
TMACS= tmac.X tmac.dvi tmac.pic tmac.ps tmac.psfig tmac.s tmac.tty
all:
clean:
cleandir:
depend:
obj:
tags:
install:
-for t in $(TMACS); do \
install -c -o $(TMACOWN) -g $(TMACGRP) -m $(TMACMODE) \
$(.CURDIR)/$$t $(DESTDIR)$(TMACDIR)/$$t; \
done