diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile index 276faca5d4c0..87a6c347abda 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