Install g2c.h header incase others want to call libg2c from C.

Submitted by:	Steve
This commit is contained in:
David E. O'Brien 1999-05-23 10:02:46 +00:00
parent 21e58b66a1
commit ce31eb2262
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47422

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1999/05/01 22:23:29 obrien Exp $
# $Id: Makefile,v 1.3 1999/05/01 22:30:14 obrien Exp $
EGCSDIR= ${.CURDIR}/../../../contrib/egcs
@ -120,4 +120,8 @@ ${E77OBJS:.o=.po}: f2cext.c
@mv ${.TARGET}.tmp ${.TARGET}
.endif
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>