summaryrefslogtreecommitdiff
path: root/cddl/Makefile.inc
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>2007-11-28 22:58:09 +0000
committerJohn Birrell <jb@FreeBSD.org>2007-11-28 22:58:09 +0000
commitee8a5fa77dc1f893f5c19bd09c70f7840d4ea1ba (patch)
treed45fe1bc500e7beca5a40b346e7133ba2aa517eb /cddl/Makefile.inc
parent43e23d1b4c40b4697480f11e272161d7a4de9083 (diff)
downloadsrc-test2-ee8a5fa77dc1f893f5c19bd09c70f7840d4ea1ba.tar.gz
src-test2-ee8a5fa77dc1f893f5c19bd09c70f7840d4ea1ba.zip
Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSD
headers. All OpenSolaris compatibility comes via the set of specific compatibility headers in src/compat/opensolaris and src/sys/compat/opensolaris.
Notes
Notes: svn path=/head/; revision=174059
Diffstat (limited to 'cddl/Makefile.inc')
-rw-r--r--cddl/Makefile.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc
index bf5804e1978c..f424b270c4dd 100644
--- a/cddl/Makefile.inc
+++ b/cddl/Makefile.inc
@@ -1,3 +1,6 @@
# $FreeBSD$
-CFLAGS+= -D_SOLARIS_C_SOURCE
+OPENSOLARIS_USR_DISTDIR= ${.CURDIR}/../../../contrib/opensolaris
+OPENSOLARIS_SYS_DISTDIR= ${.CURDIR}/../../../sys/contrib/opensolaris
+
+IGNORE_PRAGMA= YES