summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-10-02 00:49:43 +0000
committerache <ache@FreeBSD.org>1998-10-02 00:49:43 +0000
commitb699bd66cdedbd7884b60945cf98be1ce56780f7 (patch)
treeac966e186e8cd9322e1f7cab0807c9d5333c9d9f /include
parent8bb1ed55dd8d46ac8a99c4d5345cb40bc463c690 (diff)
downloadFreeBSD-src-b699bd66cdedbd7884b60945cf98be1ce56780f7.zip
FreeBSD-src-b699bd66cdedbd7884b60945cf98be1ce56780f7.tar.gz
Add h2ph call to afterinstall target
Error code ignored to allow building without perl installed
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index d843a13..8acffe0 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
-# $Id: Makefile,v 1.83 1998/09/15 10:22:37 gibbs Exp $
+# $Id: Makefile,v 1.84 1998/09/15 11:44:40 phk Exp $
#
# Doing a make install builds /usr/include
#
@@ -100,6 +100,9 @@ beforeinstall: ${SHARED}
ln -sf posix4/$i ${DESTDIR}/usr/include/$i
.endfor
+afterinstall:
+ -cd ${DESTDIR}/usr/include; \
+ h2ph -d ${DESTDIR}/usr/libdata/perl/5.00502/mach * sys/*
copies:
.for i in ${LDIRS} ${LNOHEADERDIRS} machine
OpenPOWER on IntegriCloud