freebsd-dev/gnu/lib/libregex/Makefile
1995-01-16 17:56:20 +00:00

16 lines
343 B
Makefile

# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.11 1995/01/11 06:12:01 ache Exp $
LIB= gnuregex
CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
SRCS= regex.c
NOMAN= noman
SUBDIR+= doc
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h
.include <bsd.lib.mk>