Module Name:    src
Committed By:   christos
Date:           Sat Apr  3 18:35:49 UTC 2010

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

Log Message:
use relative .PATH, and remove one that is not needed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/lib/libctf/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/libctf/Makefile
diff -u src/external/cddl/osnet/lib/libctf/Makefile:1.2 src/external/cddl/osnet/lib/libctf/Makefile:1.3
--- src/external/cddl/osnet/lib/libctf/Makefile:1.2	Sat Feb 20 20:46:35 2010
+++ src/external/cddl/osnet/lib/libctf/Makefile	Sat Apr  3 14:35:49 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2010/02/21 01:46:35 darran Exp $
+#	$NetBSD: Makefile,v 1.3 2010/04/03 18:35:49 christos Exp $
 
 # $FreeBSD: src/cddl/lib/libctf/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -18,9 +18,8 @@
 		ctf_types.c \
 		ctf_util.c
 
-.PATH:		${OPENSOLARIS_USR_DISTDIR}/common/ctf
-.PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common
-.PATH:		${OPENSOLARIS_SYS_DISTDIR}/common/ctf
+.PATH:		${.CURDIR}/../../dist/common/ctf
+.PATH:		${.CURDIR}/../../dist/lib/libctf/common
 
 CFLAGS+=	-DCTF_OLD_VERSIONS
 

Reply via email to