diff options
| author | Andreas Schulz <ats@FreeBSD.org> | 1995-04-15 17:15:11 +0000 |
|---|---|---|
| committer | Andreas Schulz <ats@FreeBSD.org> | 1995-04-15 17:15:11 +0000 |
| commit | 695176ba796aec72ca6720aefd944c5d8e291fbf (patch) | |
| tree | 11303debc82e2a5305cbde5b0ddcdc20579a3be1 /lib/libforms | |
| parent | af087363e8a784c7dfe3c2624c477f6c7edd8f38 (diff) | |
Notes
Diffstat (limited to 'lib/libforms')
| -rw-r--r-- | lib/libforms/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index b6ce00683c88..3703960c41aa 100644 --- a/lib/libforms/Makefile +++ b/lib/libforms/Makefile @@ -5,6 +5,8 @@ SRCS = forms.c parser.y lex.l menu.c fields.c CFLAGS += -I. -I${.CURDIR} -Wall -g -DHASH_STATS LDFLAGS += -ll +CLEANFILES+= lex.c parser.c y.tab.h + beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \ |
