summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1997-04-24 17:04:04 +0000
committerjmz <jmz@FreeBSD.org>1997-04-24 17:04:04 +0000
commit88cf518a58888ed832cb4d6f107a317040b2c978 (patch)
tree1e045ec60b5db8a14b9b8d035d9751ff402d743d /usr.bin/f2c
parent48749204e47affbedbf848154506a8f27bfd8db5 (diff)
downloadFreeBSD-src-88cf518a58888ed832cb4d6f107a317040b2c978.zip
FreeBSD-src-88cf518a58888ed832cb4d6f107a317040b2c978.tar.gz
Install f2c.h
Reviewed by: bde
Diffstat (limited to 'usr.bin/f2c')
-rw-r--r--usr.bin/f2c/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile
index 276faca..87a6c34 100644
--- a/usr.bin/f2c/Makefile
+++ b/usr.bin/f2c/Makefile
@@ -28,4 +28,8 @@ tokdefs.h: ${.CURDIR}/tokens
CLEANFILES+=\
gram.c tokdefs.h y.tab.h
+beforeinstall:
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/f2c.h \
+ ${DESTDIR}/usr/include
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud