Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/bouyer-socketcan]: src/external/bsd/bc/bin 2109098
details: https://anonhg.NetBSD.org/src/rev/c551f23f7ad3
branches: bouyer-socketcan
changeset: 820865:c551f23f7ad3
user: christos <christos%NetBSD.org@localhost>
date: Mon Apr 10 18:13:47 2017 +0000
description:
2109098
diffstat:
external/bsd/bc/bin/Makefile | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diffs (28 lines):
diff -r 373f56d9c975 -r c551f23f7ad3 external/bsd/bc/bin/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/bc/bin/Makefile Mon Apr 10 18:13:47 2017 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.2.2.2 2017/04/10 18:13:47 christos Exp $
+
+.include <bsd.own.mk>
+
+WARNS=5
+
+PROG= bc
+BINDIR= /usr/bin
+
+SRCDIR= ${.CURDIR}/../dist
+.PATH: ${SRCDIR}
+
+SRCS= global.c load.c util.c execute.c main.c number.c storage.c \
+ bc.y scan.l warranty.c
+
+CPPFLAGS+= -I. -I${SRCDIR} -D_POSIX_SOURCE
+CFLAGS+= -funsigned-char
+LFLAGS+= -I8
+YHEADER= 1
+
+LDADD+= -ll -ledit -ltermcap
+DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index