Module Name:    src
Committed By:   christos
Date:           Sun Dec  9 18:08:08 UTC 2012

Modified Files:
        src/tools/compat: Makefile

Log Message:
Include <bsd.own.mk> to give a chance to ${TOOLDIR} to be defined before
using it in rules. Before there was another .mk file included before ${TOOLDIR}
was used.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/tools/compat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/compat/Makefile
diff -u src/tools/compat/Makefile:1.62 src/tools/compat/Makefile:1.63
--- src/tools/compat/Makefile:1.62	Sun Dec  9 10:22:54 2012
+++ src/tools/compat/Makefile	Sun Dec  9 13:08:08 2012
@@ -1,4 +1,6 @@
-#	$NetBSD: Makefile,v 1.62 2012/12/09 15:22:54 apb Exp $
+#	$NetBSD: Makefile,v 1.63 2012/12/09 18:08:08 christos Exp $
+
+.include <bsd.own.mk>
 
 HOSTLIB=	nbcompat
 

Reply via email to