Module Name: src
Committed By: kardel
Date: Wed Feb 1 08:15:21 UTC 2012
Modified Files:
src/external/bsd/ntp/lib/libntp: Makefile
Log Message:
add libotps for autoopts headers to CPPFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/ntp/lib/libntp/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/bsd/ntp/lib/libntp/Makefile
diff -u src/external/bsd/ntp/lib/libntp/Makefile:1.4 src/external/bsd/ntp/lib/libntp/Makefile:1.5
--- src/external/bsd/ntp/lib/libntp/Makefile:1.4 Wed Feb 1 07:46:30 2012
+++ src/external/bsd/ntp/lib/libntp/Makefile Wed Feb 1 08:15:21 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/02/01 07:46:30 kardel Exp $
+# $NetBSD: Makefile,v 1.5 2012/02/01 08:15:21 kardel Exp $
LIBISPRIVATE=yes
@@ -25,6 +25,6 @@ SRCS=systime.c a_md5encrypt.c adjtime.c
uglydate.c uinttoa.c ymd2yd.c ntp_libopts.c
COPTS.msyslog.c+= -Wno-format-nonliteral
-COPTS.ntp_libopts.c+= -I${IDIST}/sntp/libopts
+CPPFLAGS+= -I${IDIST}/sntp/libopts
.include <bsd.lib.mk>