Build perl header files for machine/* too.

PR:		672
Submitted by:	Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
This commit is contained in:
Steve Price 1998-02-21 04:06:24 +00:00
parent a0a9bf2e58
commit ad42b1082d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33704

View File

@ -17,7 +17,7 @@ beforeinstall:
${DESTDIR}${BINDIR}
afterinstall:
(DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; ${BINDIR}/h2ph * sys/*)
(DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; ${BINDIR}/h2ph * machine/* sys/*)
.include "../../Makefile.inc"
.include <bsd.prog.mk>