Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src More .mk file fallout. *sigh*



details:   https://anonhg.NetBSD.org/src/rev/40cd8529866d
branches:  trunk
changeset: 481144:40cd8529866d
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jan 23 21:55:44 2000 +0000

description:
More .mk file fallout.  *sigh*

diffstat:

 games/boggle/Makefile          |  4 ++--
 share/termcap/Makefile         |  4 ++--
 share/tmac/Makefile            |  4 ++--
 usr.sbin/bind/reload/Makefile  |  4 ++--
 usr.sbin/bind/restart/Makefile |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (83 lines):

diff -r 5308c3b48f10 -r 40cd8529866d games/boggle/Makefile
--- a/games/boggle/Makefile     Sun Jan 23 21:31:30 2000 +0000
+++ b/games/boggle/Makefile     Sun Jan 23 21:55:44 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15 1999/02/13 02:54:20 lukem Exp $
+#      $NetBSD: Makefile,v 1.16 2000/01/23 22:08:53 mycroft Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/11/93
 
 .include <bsd.own.mk>
@@ -17,7 +17,7 @@
 .endif
 CLEANFILES+=${DICTFILES}
 
-all: ${FILES}
+realall: ${FILES}
 
 ${MKDICT}:
        @cd ${.CURDIR}/mkdict && ${MAKE}
diff -r 5308c3b48f10 -r 40cd8529866d share/termcap/Makefile
--- a/share/termcap/Makefile    Sun Jan 23 21:31:30 2000 +0000
+++ b/share/termcap/Makefile    Sun Jan 23 21:55:44 2000 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.21 1997/10/17 10:47:42 mrg Exp $
+#      $NetBSD: Makefile,v 1.22 2000/01/23 22:04:17 mycroft Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/8/93
 
 MAN=   termcap.5
 
 CLEANFILES= termcap.db
-all: termcap.db
+realall: termcap.db
 FILES=termcap.db termcap.src map3270
 FILESNAME_termcap.src=termcap
 FILESDIR=${BINDIR}/misc
diff -r 5308c3b48f10 -r 40cd8529866d share/tmac/Makefile
--- a/share/tmac/Makefile       Sun Jan 23 21:31:30 2000 +0000
+++ b/share/tmac/Makefile       Sun Jan 23 21:55:44 2000 +0000
@@ -1,5 +1,5 @@
 #      @(#)Makefile    8.1 (Berkeley) 6/8/93
-#      $NetBSD: Makefile,v 1.24 1999/08/30 00:41:57 christos Exp $
+#      $NetBSD: Makefile,v 1.25 2000/01/23 22:06:05 mycroft Exp $
 
 # IF YOU ADD TO MSRCS, MAKE SURE YOU UPDATE `CATDEPS' IN bsd.man.mk!
 MSRCS=  andoc doc doc-ditroff doc-common doc-nroff doc-syms doc2html
@@ -15,7 +15,7 @@
 # old macros not currently installed...
 OFILES=        tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
 
-all:   ${MMACS}
+realall:       ${MMACS}
 
 .for i in ${MSRCS}
 tmac.$i: $i
diff -r 5308c3b48f10 -r 40cd8529866d usr.sbin/bind/reload/Makefile
--- a/usr.sbin/bind/reload/Makefile     Sun Jan 23 21:31:30 2000 +0000
+++ b/usr.sbin/bind/reload/Makefile     Sun Jan 23 21:55:44 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.1.1.1 1998/10/05 18:02:00 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2000/01/23 21:55:44 mycroft Exp $
 # from: $Id: Makefile,v 8.1 1994/12/15 06:23:46 vixie Exp 
 
 .PATH: ${.CURDIR}/../man
 
-all:   named.reload
+realall:       named.reload
 CLEANFILES+= named.reload
 MAN=   named.reload.8
 FILES= named.reload
diff -r 5308c3b48f10 -r 40cd8529866d usr.sbin/bind/restart/Makefile
--- a/usr.sbin/bind/restart/Makefile    Sun Jan 23 21:31:30 2000 +0000
+++ b/usr.sbin/bind/restart/Makefile    Sun Jan 23 21:55:44 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.1.1.1 1998/10/05 18:02:00 tron Exp $
+#      $NetBSD: Makefile,v 1.2 2000/01/23 21:55:45 mycroft Exp $
 # from: $Id: Makefile,v 8.1 1994/12/15 06:23:47 vixie Exp 
 
 .PATH: ${.CURDIR}/../man
 
-all:   named.restart
+realall:       named.restart
 CLEANFILES+= named.restart
 MAN=   named.restart.8
 FILES= named.restart



Home | Main Index | Thread Index | Old Index