freebsd-dev/usr.bin/fib/Makefile
Paul Richards 8e6feb0e55 A forms interface builder. Basically, it reads a forms spec file and
spits out a frm.tab.h file with all the definitions needed by the
libforms interface.
1995-01-23 14:43:38 +00:00

11 lines
151 B
Makefile

PROG= fib
NOMAN=notyet
SRCS = fib.c parser.c lex.l
LIBS = -ll
CLEANFILES= parser.c lex.c y.tab.h
CFLAGS += -I${.CURDIR} -I.
.include <bsd.prog.mk>