opnsense-src/gnu/usr.bin/bc/Makefile

7 lines
159 B
Makefile
Raw Normal View History

1993-06-18 20:26:18 -04:00
PROG= bc
SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c
1993-07-02 00:54:10 -04:00
MAN1= bc.1
1993-06-18 20:26:18 -04:00
CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR)
.include <bsd.prog.mk>