diff options
Diffstat (limited to 'gnu')
| -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) \ |
