Source-Changes-HG archive

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

[src/trunk]: src/share/mk Do the NEED_OWN_INSTALL_TARGET klugery for depend a...



details:   https://anonhg.NetBSD.org/src/rev/4d1ca3a98c82
branches:  trunk
changeset: 480894:4d1ca3a98c82
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sat Jan 22 19:53:53 2000 +0000

description:
Do the NEED_OWN_INSTALL_TARGET klugery for depend and all, too, so this works
with pkgsrc.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 860116535107 -r 4d1ca3a98c82 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Jan 22 19:45:41 2000 +0000
+++ b/share/mk/bsd.own.mk       Sat Jan 22 19:53:53 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.131 2000/01/22 19:31:02 mycroft Exp $
+#      $NetBSD: bsd.own.mk,v 1.132 2000/01/22 19:53:53 mycroft Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -161,13 +161,13 @@
 realinstall:   .NOTMAIN beforeinstall
 afterinstall:  .NOTMAIN subdir-install realinstall
 .endif
-.endif
 all:           .NOTMAIN realall subdir-all
 subdir-all:    .NOTMAIN
 realall:       .NOTMAIN
 depend:                .NOTMAIN realdepend subdir-depend
 subdir-depend: .NOTMAIN
 realdepend:    .NOTMAIN
+.endif
 
 # Define MKxxx variables (which are either yes or no) for users
 # to set in /etc/mk.conf and override on the make commandline.



Home | Main Index | Thread Index | Old Index