aboutsummaryrefslogtreecommitdiff
path: root/lib/libforms/Makefile
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1995-01-10 04:00:37 +0000
committerPaul Richards <paul@FreeBSD.org>1995-01-10 04:00:37 +0000
commit7f8bb70cffe0030d4efa99e1c444b8bbbfe6fac6 (patch)
tree12e65d39d2314ca461f1e4b7bbc73652944dd4b6 /lib/libforms/Makefile
parentfa724216f5709994c5fdaaefc5ef01ef97f7504d (diff)
Notes
Diffstat (limited to 'lib/libforms/Makefile')
-rw-r--r--lib/libforms/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile
index 9dae66d6643d..12b06e91dfc8 100644
--- a/lib/libforms/Makefile
+++ b/lib/libforms/Makefile
@@ -1,13 +1,12 @@
LIB = forms
-SRCS = forms.c yacc.c lex.c
-CLEANFILES += y.tab.h lex.c yacc.c
+SRCS = forms.c
-CFLAGS = -I. -I${.CURDIR}
+CFLAGS = -I. -I${.CURDIR} -Wall
beforeinstall:
@(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \
- ${DESTDIR}/usr/include/forms.h;)
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \
+ ${DESTDIR}/usr/include/forms.h;)
.include <bsd.lib.mk>