1994-11-13 07:45:44 +01:00
|
|
|
LIB = forms
|
|
|
|
|
1995-03-01 09:19:06 +01:00
|
|
|
SRCS = forms.c parser.y lex.l menu.c fields.c
|
1994-11-13 07:45:44 +01:00
|
|
|
|
1995-03-26 09:44:33 +02:00
|
|
|
CFLAGS += -I. -I${.CURDIR} -Wall -g -DHASH_STATS
|
1995-03-01 09:19:06 +01:00
|
|
|
LDFLAGS += -ll
|
1994-11-13 07:45:44 +01:00
|
|
|
|
1995-04-15 19:15:11 +02:00
|
|
|
CLEANFILES+= lex.c parser.c y.tab.h
|
|
|
|
|
1994-11-13 07:45:44 +01:00
|
|
|
beforeinstall:
|
|
|
|
@(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \
|
1995-01-10 05:00:37 +01:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \
|
|
|
|
${DESTDIR}/usr/include/forms.h;)
|
1994-11-13 07:45:44 +01:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|