summaryrefslogtreecommitdiff
path: root/gnu/libregex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libregex/Makefile')
-rw-r--r--gnu/libregex/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/gnu/libregex/Makefile b/gnu/libregex/Makefile
deleted file mode 100644
index b0c6819a214c..000000000000
--- a/gnu/libregex/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.3 1993/08/23 05:26:19 rgrimes Exp $
-
-LIB= gnuregex
-CFLAGS+=-DHAVE_STRING_H=1
-SRCS= regex.c
-NOMAN= noman
-
-beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
- ${DESTDIR}/usr/include
-
-.include <bsd.lib.mk>