Module Name: src
Committed By: kardel
Date: Sat Aug 28 20:51:08 UTC 2010
Modified Files:
src/external/bsd/ntp/bin/ntpd: Makefile
Log Message:
disable .y.c rule - ntp_parser.y needs bison which is not part of the tool chain
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/ntpd/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/bin/ntpd/Makefile
diff -u src/external/bsd/ntp/bin/ntpd/Makefile:1.2 src/external/bsd/ntp/bin/ntpd/Makefile:1.3
--- src/external/bsd/ntp/bin/ntpd/Makefile:1.2 Sat Aug 28 15:42:46 2010
+++ src/external/bsd/ntp/bin/ntpd/Makefile Sat Aug 28 20:51:08 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/28 15:42:46 kardel Exp $
+# $NetBSD: Makefile,v 1.3 2010/08/28 20:51:08 kardel Exp $
NOGCCERROR=yes
@@ -89,3 +89,7 @@
@cp $? $@
.include <bsd.prog.mk>
+
+# kill default .y.c rule - to rebuild ntp_parser.c we need bison which is not part of the toolchain
+.y.c:
+