aboutsummaryrefslogtreecommitdiff
path: root/lib/libforms/Makefile.orig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libforms/Makefile.orig')
-rw-r--r--lib/libforms/Makefile.orig12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/libforms/Makefile.orig b/lib/libforms/Makefile.orig
deleted file mode 100644
index 7ed0abfa1496..000000000000
--- a/lib/libforms/Makefile.orig
+++ /dev/null
@@ -1,12 +0,0 @@
-LIB = forms
-
-SRCS = forms.c
-
-CFLAGS += -I. -I${.CURDIR} -Wall -g
-
-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>