Back out depend/clean changes.
authormillert <millert@openbsd.org>
Mon, 5 May 1997 04:44:10 +0000 (04:44 +0000)
committermillert <millert@openbsd.org>
Mon, 5 May 1997 04:44:10 +0000 (04:44 +0000)
sys/lib/libkern/Makefile.inc
sys/lib/libsa/Makefile.inc
sys/lib/libz/Makefile.inc

index b9a2903..4970318 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.6 1997/05/04 23:33:35 millert Exp $
+#      $OpenBSD: Makefile.inc,v 1.7 1997/05/05 04:44:10 millert Exp $
 #      $NetBSD: Makefile.inc,v 1.22 1996/09/30 15:54:35 ws Exp $
 #
 #      NOTE: $S must correspond to the top of the 'sys' tree
@@ -40,13 +40,11 @@ ${KERNLIB_PROF}:    .NOTMAIN __always_make_kernlib
        @${KERNMAKE} libkern.po
 .endif
 
-clean:                 .NOTMAIN cleankernlib
-cleankernlib:          .NOTMAIN __always_make_kernlib
+clean::                        .NOTMAIN __always_make_kernlib
        @echo cleaning the kern library objects
        @${KERNMAKE} clean
 
-depend:                .NOTMAIN dependkernlib
-dependkernlib:                 .NOTMAIN __always_make_kernlib
+depend::               .NOTMAIN __always_make_kernlib
        @echo depending the kern library objects
        @${KERNMAKE} depend
 
index 14a4ce3..d0a79cb 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.6 1997/05/04 23:35:32 millert Exp $
+#      $OpenBSD: Makefile.inc,v 1.7 1997/05/05 04:44:10 millert Exp $
 #      $NetBSD: Makefile.inc,v 1.5 1996/09/30 16:01:18 ws Exp $
 #
 #      NOTE: $S must correspond to the top of the 'sys' tree
@@ -28,13 +28,11 @@ ${SALIB}:           .NOTMAIN __always_make_salib
        @echo making sure the stand-alone library is up to date...
        @${SAMAKE} libsa.a
 
-clean:                 .NOTMAIN cleansalib
-cleansalib:            .NOTMAIN __always_make_salib
+clean::                        .NOTMAIN __always_make_salib
        @echo cleaning the stand-alone library objects
        @${SAMAKE} clean
 
-depend:                        .NOTMAIN dependsalib
-dependsalib:           .NOTMAIN __always_make_salib
+depend::               .NOTMAIN __always_make_salib
        @echo depending the standalone library objects
        @${SAMAKE} depend
 
index 574d846..e20d89e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.4 1997/05/04 23:35:33 millert Exp $
+#      $OpenBSD: Makefile.inc,v 1.5 1997/05/05 04:44:11 millert Exp $
 #      $NetBSD: Makefile.inc,v 1.2 1997/01/23 22:29:09 cgd Exp $
 #
 #      Configuration variables (default values are below):
@@ -52,7 +52,7 @@ ${ZLIB_PROF}:         .NOTMAIN __always_make_zlib
        @${ZMAKE} libz.po
 .endif
 
-clean:                 .NOTMAIN cleanzlib
+clean::                        .NOTMAIN cleanzlib
 cleanzlib:             .NOTMAIN __always_make_zlib
        @echo cleaning the z library objects
        @${ZMAKE} clean
@@ -62,7 +62,7 @@ cleandirzlib:         .NOTMAIN __always_make_zlib
        @echo cleandiring the z library objects
        @${ZMAKE} cleandir
 
-depend:                        .NOTMAIN dependzlib
+depend::               .NOTMAIN dependzlib
 dependzlib:            .NOTMAIN __always_make_zlib
        @echo depending the z library objects
        @${ZMAKE} depend