freebsd-dev/gnu/lib/libregex/Makefile
1999-08-28 05:11:36 +00:00

19 lines
321 B
Makefile

# $FreeBSD$
SUBDIR+= doc
LIB= gnuregex
SHLIB_MAJOR= 2
SHLIB_MINOR= 0
SRCS= regex.c
NOMAN= noman
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
${DESTDIR}/usr/include/gnuregex.h
.include <bsd.lib.mk>