diff options
author | jmz <jmz@FreeBSD.org> | 1997-04-24 17:04:04 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1997-04-24 17:04:04 +0000 |
commit | 88cf518a58888ed832cb4d6f107a317040b2c978 (patch) | |
tree | 1e045ec60b5db8a14b9b8d035d9751ff402d743d /usr.bin/f2c/Makefile | |
parent | 48749204e47affbedbf848154506a8f27bfd8db5 (diff) | |
download | FreeBSD-src-88cf518a58888ed832cb4d6f107a317040b2c978.zip FreeBSD-src-88cf518a58888ed832cb4d6f107a317040b2c978.tar.gz |
Install f2c.h
Reviewed by: bde
Diffstat (limited to 'usr.bin/f2c/Makefile')
-rw-r--r-- | usr.bin/f2c/Makefile | 4 |
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> |