summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/bc/Makefile
blob: 2db220aa6e4a25de7691c9d03c0f7b92b24328d1 (plain)
1
2
3
4
5
6
7
PROG= bc
SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c
MAN1= bc.0
BINDIR=
CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR)

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