freebsd_amp_hwpstate/gnu/lib/libregex/Makefile

19 lines
401 B
Makefile

# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.20 1999/04/03 22:52:35 obrien Exp $
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>