Module Name: src Committed By: christos Date: Tue Sep 10 11:23:20 UTC 2013
Modified Files: src/external/cddl/osnet/lib/libctf: Makefile Log Message: -D and -I are CPPFLAGS To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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.3 src/external/cddl/osnet/lib/libctf/Makefile:1.4 --- src/external/cddl/osnet/lib/libctf/Makefile:1.3 Sat Apr 3 14:35:49 2010 +++ src/external/cddl/osnet/lib/libctf/Makefile Tue Sep 10 07:23:20 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/04/03 18:35:49 christos Exp $ +# $NetBSD: Makefile,v 1.4 2013/09/10 11:23:20 christos Exp $ # $FreeBSD: src/cddl/lib/libctf/Makefile,v 1.2.2.1 2009/08/03 08:13:06 kensmith Exp $ @@ -21,9 +21,9 @@ SRCS= ctf_create.c \ .PATH: ${.CURDIR}/../../dist/common/ctf .PATH: ${.CURDIR}/../../dist/lib/libctf/common -CFLAGS+= -DCTF_OLD_VERSIONS +CPPFLAGS+= -DCTF_OLD_VERSIONS -CFLAGS+= -I${OSNETDIR}/sys \ +CPPFLAGS+= -I${OSNETDIR}/sys \ -I${OSNETDIR}/include \ -I${OPENSOLARIS_USR_DISTDIR}/head \ -I${OPENSOLARIS_USR_DISTDIR}/common/ctf \