freebsd-skq/usr.bin/fib/Makefile
paul 0f25422ca8 Clean up the parser, allow fields to be specified inline and
generally make the forms language much less verbose.

Add height option for fields and calculate sensible defaults.
1995-02-01 03:22:17 +00:00

12 lines
183 B
Makefile

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