diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-01-23 22:19:27 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-01-23 22:19:27 +0000 |
| commit | fa450d541ecb261086d37d3290abc2c214189250 (patch) | |
| tree | 3a1425a1fdf77cdc5c077fe8225cbad7a4d87f7d /gnu/usr.bin | |
| parent | 18ad190b1038805394220bc11cd485629254daaf (diff) | |
More .mk file fallout. *sigh*
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/mm/mm/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/send-pr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/mm/mm/Makefile b/gnu/usr.bin/groff/mm/mm/Makefile index 161c91e9aa4..a75320dd0f8 100644 --- a/gnu/usr.bin/groff/mm/mm/Makefile +++ b/gnu/usr.bin/groff/mm/mm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:28 lukem Exp $ +# $NetBSD: Makefile,v 1.6 2000/01/23 22:19:27 mycroft Exp $ .include <bsd.own.mk> @@ -16,7 +16,7 @@ FILESDIR= ${TMACDIR}/mm CLEANFILES+=locale se_locale -all: locale se_locale +realall: locale se_locale locale: Makefile touch ${.TARGET} diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile index fc9c7fcbce1..8689056ada1 100644 --- a/gnu/usr.bin/send-pr/Makefile +++ b/gnu/usr.bin/send-pr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/03/26 13:12:43 sommerfe Exp $ +# $NetBSD: Makefile,v 1.25 2000/01/23 22:21:26 mycroft Exp $ .include <bsd.own.mk> @@ -52,7 +52,7 @@ MAN= send-pr.1 CLEANFILES= send-pr send-pr.1 send-pr.el install-sid -all: send-pr send-pr.1 send-pr.el install-sid +realall: send-pr send-pr.1 send-pr.el install-sid send-pr: send-pr.sh Makefile sed -e 's,xVERSIONx,$(VERSION),' \ |
