Source-Changes-HG archive

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

[src/trunk]: src/x11/share need <bsd.own.mk> before checking MKSHARE ...



details:   https://anonhg.NetBSD.org/src/rev/f4bbe352d09c
branches:  trunk
changeset: 551829:f4bbe352d09c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Sep 12 18:38:31 2003 +0000

description:
need <bsd.own.mk> before checking MKSHARE ...

diffstat:

 x11/share/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 16e6d5737952 -r f4bbe352d09c x11/share/Makefile
--- a/x11/share/Makefile        Fri Sep 12 18:24:20 2003 +0000
+++ b/x11/share/Makefile        Fri Sep 12 18:38:31 2003 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2003/09/12 16:27:29 lukem Exp $
+#      $NetBSD: Makefile,v 1.3 2003/09/12 18:38:31 lukem Exp $
+
+.include <bsd.own.mk>
 
 .if ${MKSHARE} != "no" || \
        make(clean) || make(cleandir) || make(distclean) || make(obj)



Home | Main Index | Thread Index | Old Index