diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1994-11-21 07:33:22 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1994-11-21 07:33:22 +0000 |
| commit | 01233029edba45b14c75afe36248d0df998b3cc3 (patch) | |
| tree | e3246a9664c2bcea9329b550600f6612589b3cd0 /lib/libforms/Makefile | |
| parent | c264e2c65c3f4fe911fa70df828625a6b19c6d84 (diff) | |
Notes
Diffstat (limited to 'lib/libforms/Makefile')
| -rw-r--r-- | lib/libforms/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile new file mode 100644 index 000000000000..9dae66d6643d --- /dev/null +++ b/lib/libforms/Makefile @@ -0,0 +1,13 @@ +LIB = forms + +SRCS = forms.c yacc.c lex.c +CLEANFILES += y.tab.h lex.c yacc.c + +CFLAGS = -I. -I${.CURDIR} + +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;) + +.include <bsd.lib.mk> |
