diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /gnu/usr.bin/bc/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'gnu/usr.bin/bc/Makefile')
-rw-r--r-- | gnu/usr.bin/bc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile new file mode 100644 index 00000000000..116a4da2938 --- /dev/null +++ b/gnu/usr.bin/bc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.9 1994/12/02 00:43:17 phil Exp $ + +PROG= bc +CFLAGS+=-D_POSIX_SOURCE -DDOT_IS_LAST -I. -I${.CURDIR} +LFLAGS+=-I8 +SRCS= bc.c scan.c util.c main.c number.c storage.c load.c execute.c global.c + +LDADD+= -ll +DPADD+= ${LIBL} + +CLEANFILES+= bc.c scan.c y.tab.h + +.include <bsd.prog.mk> |