mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Install g2c.h header incase others want to call libg2c from C.
Submitted by: Steve
This commit is contained in:
parent
21e58b66a1
commit
ce31eb2262
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47422
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user