opnsense-src/gnu/lib/libregex/Makefile
Rodney W. Grimes f8851ba62f Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header
install commands to be consistent with other header files.
1993-08-23 05:26:19 +00:00

12 lines
289 B
Makefile

# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.2 1993/08/08 04:38:56 rgrimes Exp $
LIB= gnuregex
CFLAGS+=-DHAVE_STRING_H=1
SRCS= regex.c
NOMAN= noman
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/regex.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>