summaryrefslogtreecommitdiff
path: root/gnu/lib/libregex/Makefile
blob: a2ef2735f0be381cef37a8ccef56fe7ce58e4566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Header: /cvsroot/src/gnu/lib/libregex/Attic/Makefile,v 1.2 1993/04/10 15:24:44 cgd Exp $

LIB=	gnuregex
CFLAGS+=-DHAVE_STRING_H=1
SRCS=	regex.c
NOMAN=	noman

afterinstall:
	install -c -o root -g wheel -m 444 ${.CURDIR}/regex.h \
		${DESTDIR}/usr/include

.include <bsd.lib.mk>