Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bc/bin Add CVSID.



details:   https://anonhg.NetBSD.org/src/rev/e19c021c8d62
branches:  trunk
changeset: 352611:e19c021c8d62
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 10 18:13:46 2017 +0000

description:
Add CVSID.

diffstat:

 external/bsd/bc/bin/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 1f4b8f27d88c -r e19c021c8d62 external/bsd/bc/bin/Makefile
--- a/external/bsd/bc/bin/Makefile      Mon Apr 10 16:45:57 2017 +0000
+++ b/external/bsd/bc/bin/Makefile      Mon Apr 10 18:13:46 2017 +0000
@@ -1,5 +1,9 @@
+#      $NetBSD: Makefile,v 1.2 2017/04/10 18:13:46 christos Exp $
+
 .include <bsd.own.mk>
 
+WARNS=5
+
 PROG=  bc
 BINDIR= /usr/bin
 
@@ -11,10 +15,8 @@
 
 CPPFLAGS+=     -I. -I${SRCDIR} -D_POSIX_SOURCE
 CFLAGS+=       -funsigned-char
-YFLAGS+=       
 LFLAGS+=       -I8
-YHEADER=1
-WARNS=5
+YHEADER=       1
 
 LDADD+= -ll -ledit -ltermcap
 DPADD+=        ${LIBL} ${LIBEDIT} ${LIBTERMCAP}



Home | Main Index | Thread Index | Old Index