From 5f10e8aceaad434ec0d23ab97a08e22331bbf99e Mon Sep 17 00:00:00 2001 From: cgd Date: Fri, 9 Apr 1993 13:10:30 +0000 Subject: from rodney grimes (patch 120): added depend and tags targets (no-ops). --- gnu/usr.bin/groff/devices/Makefile | 4 ++++ gnu/usr.bin/groff/macros/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'gnu') 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 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) \ -- cgit