mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
7 lines
159 B
Makefile
7 lines
159 B
Makefile
PROG= bc
|
|
SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c
|
|
MAN1= bc.1
|
|
CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR)
|
|
|
|
.include <bsd.prog.mk>
|