blob: ddb542ed2e65a8600b81d29b12e65f538a241ab2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $Id: Makefile,v 1.3 1993/08/02 17:24:43 mycroft 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>
|