1# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.8 1994/05/27 10:53:33 csgr Exp $ 2 3 4LIB= gnuregex 5CFLAGS+=-DHAVE_STRING_H=1 6SRCS= regex.c 7NOMAN= noman 8 9afterinstall: 10 install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 11 ${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h 12 13.include <bsd.lib.mk> 14