diff options
| author | cgd <cgd@NetBSD.org> | 1993-04-09 13:10:30 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-04-09 13:10:30 +0000 |
| commit | 5f10e8aceaad434ec0d23ab97a08e22331bbf99e (patch) | |
| tree | 1b48596dea56e03a45179f16529e47ee73338700 | |
| parent | dab5e017db0343a12e6af02dc56cd82648c4b409 (diff) | |
from rodney grimes (patch 120):
added depend and tags targets (no-ops).
| -rw-r--r-- | gnu/usr.bin/groff/devices/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/groff/macros/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/devices/Makefile b/gnu/usr.bin/groff/devices/Makefile index 1d38880b094..9d218b81522 100644 --- a/gnu/usr.bin/groff/devices/Makefile +++ b/gnu/usr.bin/groff/devices/Makefile @@ -9,4 +9,8 @@ XDEVICES= devX100 devX100-12 devX75 devX75-12 SUBDIR= devascii devlatin1 devdvi devps +tags: + +depend: + .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/groff/macros/Makefile b/gnu/usr.bin/groff/macros/Makefile index ec03e81a28c..7de9d667b79 100644 --- a/gnu/usr.bin/groff/macros/Makefile +++ b/gnu/usr.bin/groff/macros/Makefile @@ -13,8 +13,12 @@ clean: cleandir: +depend: + obj: +tags: + install: -for t in $(TMACS); do \ install -c -o $(TMACOWN) -g $(TMACGRP) -m $(TMACMODE) \ |
