freebsd_amp_hwpstate/gnu/usr.bin/bc/Makefile

11 lines
211 B
Makefile
Raw Normal View History

1993-06-19 00:26:18 +00:00
PROG= bc
1996-11-04 03:55:26 +00:00
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.
1996-11-04 03:55:26 +00:00
CLEANFILES+= ${GENSRCS} y.tab.h
1993-06-19 00:26:18 +00:00
.include <bsd.prog.mk>