Install the include file in the same way that all other includes file are

in the 'beforeinstall' target.
This commit is contained in:
Nate Williams 1995-03-06 05:51:32 +00:00
parent 7c89bce067
commit 0be9c260c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6926

View File

@ -1,4 +1,4 @@
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.11 1995/01/11 06:12:01 ache Exp $
# $Header: /home/ncvs/src/gnu/lib/libregex/Makefile,v 1.12 1995/01/16 17:54:57 ache Exp $
LIB= gnuregex
@ -8,7 +8,7 @@ NOMAN= noman
SUBDIR+= doc
afterinstall:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/regex.h ${DESTDIR}/usr/include/gnuregex.h