diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-19 21:19:37 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-19 21:19:37 +0000 |
| commit | 40582d714209b33d01ce69129a4de7c995cf1479 (patch) | |
| tree | 1b096f837c58ab3aa0b6357e10f1bcabee7bedda /lib/libforms/Makefile | |
| parent | eeb1baccd63543eac6525a90a3fed47ceef8dfe6 (diff) | |
Notes
Diffstat (limited to 'lib/libforms/Makefile')
| -rw-r--r-- | lib/libforms/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile deleted file mode 100644 index 36b0c4f88f83..000000000000 --- a/lib/libforms/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -LIB = forms -SHLIB_MAJOR= 3 -SHLIB_MINOR= 0 - -SRCS = debug.c bindings.c parser.y lex.l forms.c objects.c ncurses.c - -CFLAGS += -I. -I${.CURDIR} -DHASH_STATS #-g -DDEBUG -Wall -ansi -pedantic -Dlint -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 \ - ${DESTDIR}/usr/include/forms.h;) - -.include <bsd.lib.mk> |
