summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/bc/Makefile
blob: e4a2738a0e3cd81482013ab0fae0c8acd554621a (plain)
1
2
3
4
5
6
7
8
9
10
PROG= bc

BCSRCS= execute.c global.c load.c main.c number.c storage.c util.c
GENSRCS= bc.c scan.c
SRCS= ${GENSRCS} ${BCSRCS}

CFLAGS+= -D_POSIX_SOURCE -I.
CLEANFILES+= ${GENSRCS} y.tab.h

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud