Module Name:    src
Committed By:   tron
Date:           Wed Feb 24 12:18:37 UTC 2010

Modified Files:
        src/external/cddl/osnet/lib: Makefile

Log Message:
Include "bsd.own.mk" before checking "MKDTRACE" to allow setting it
in "/etc/mk.conf".


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/lib/Makefile

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

Modified files:

Index: src/external/cddl/osnet/lib/Makefile
diff -u src/external/cddl/osnet/lib/Makefile:1.3 src/external/cddl/osnet/lib/Makefile:1.4
--- src/external/cddl/osnet/lib/Makefile:1.3	Sun Feb 21 01:46:34 2010
+++ src/external/cddl/osnet/lib/Makefile	Wed Feb 24 12:18:37 2010
@@ -1,7 +1,9 @@
-#	$NetBSD: Makefile,v 1.3 2010/02/21 01:46:34 darran Exp $
+#	$NetBSD: Makefile,v 1.4 2010/02/24 12:18:37 tron Exp $
 #
 #
 
+.include <bsd.own.mk>
+
 .if (defined(MKDTRACE) && ${MKDTRACE} != "no")
 SUBDIR+=	libdtrace
 SUBDIR+=	libctf

Reply via email to