aboutsummaryrefslogtreecommitdiff
path: root/lib/libforms/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-19 21:19:37 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-19 21:19:37 +0000
commit40582d714209b33d01ce69129a4de7c995cf1479 (patch)
tree1b096f837c58ab3aa0b6357e10f1bcabee7bedda /lib/libforms/Makefile
parenteeb1baccd63543eac6525a90a3fed47ceef8dfe6 (diff)
Notes
Diffstat (limited to 'lib/libforms/Makefile')
-rw-r--r--lib/libforms/Makefile17
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>