From fc861d6ddfef1ad969b1beb206c79466f51bb0fb Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 16 Apr 2007 21:20:26 +0000 Subject: Apply a set of style.Makefile(5) changes to src/cddl/ makefiles. There are some insignificant non-style changes as well. Not fixed: makefiles use ${LIBTHR} that doesn't exist, thus breaking "make checkdpadd" and not tracking dependencies properly. Approved by: pjd --- cddl/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cddl/Makefile.inc') diff --git a/cddl/Makefile.inc b/cddl/Makefile.inc index e503cbe..bf5804e 100644 --- a/cddl/Makefile.inc +++ b/cddl/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -CFLAGS+=-D_SOLARIS_C_SOURCE +CFLAGS+= -D_SOLARIS_C_SOURCE -- cgit v1.1