components/ntp/Makefile
changeset 181 87e11e685b1f
parent 172 093198acf7d4
--- a/components/ntp/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/ntp/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -39,7 +39,9 @@
 include ../../make-rules/configure.mk
 include ../../make-rules/ips.mk
 
-CONFIGURE_ENV +=	CFLAGS="$(CFLAGS) $(studio_C99_ENABLE) -D_XOPEN_SOURCE=600 -D__EXTENSIONS__"
+CFLAGS +=	$(studio_C99_ENABLE) -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
+
+CONFIGURE_ENV +=	CFLAGS="$(CFLAGS)"
 CONFIGURE_OPTIONS +=	--bindir=/usr/sbin
 CONFIGURE_OPTIONS +=	--with-binsubdir=sbin
 CONFIGURE_OPTIONS +=	--libexecdir=/usr/lib/inet
@@ -59,7 +61,6 @@
 
 build:		$(BUILD_32)
 install:	$(INSTALL_32)
-test:
-	@echo "no tests available"
+test:		$(NO_TESTS)
 
 include ../../make-rules/depend.mk