Install f2c.h

Reviewed by:	bde
This commit is contained in:
Jean-Marc Zucconi 1997-04-24 17:04:04 +00:00
parent 18f9d8a402
commit cad9f8617c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25126

View File

@ -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>