Module Name:    src
Committed By:   christos
Date:           Mon Apr 10 18:13:46 UTC 2017

Modified Files:
        src/external/bsd/bc/bin: Makefile

Log Message:
Add CVSID.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/bc/bin/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/bc/bin/Makefile
diff -u src/external/bsd/bc/bin/Makefile:1.1 src/external/bsd/bc/bin/Makefile:1.2
--- src/external/bsd/bc/bin/Makefile:1.1	Sun Apr  9 22:28:48 2017
+++ src/external/bsd/bc/bin/Makefile	Mon Apr 10 14:13:46 2017
@@ -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 @@ SRCS=	 	global.c load.c util.c execute.c
 
 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}

Reply via email to