ed4a07ffcc
o make install ; make install now works o make all ; make all is quiet the second time o Dependancies are properliy debugged; this means that make -jN has a far hihjer likelyhood of working. o a proper 'link farm' has been constructed for the build. This dramatically simplifies the dependancy tangle. o for perldoc's use, all the .pod files are installed. o the man3 docs are properly compressed. o the man pages and libary code are installed by the makefiles, not by a perl script. o at the end, h2ph is run.
13 lines
224 B
Makefile
13 lines
224 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1998/09/09 07:20:29 markm Exp $
|
|
#
|
|
|
|
PROG= h2ph
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
afterinstall:
|
|
cd ${DESTDIR}/usr/include; \
|
|
miniperl ${.OBJDIR}/${PROG} -d \
|
|
${DESTDIR}/usr/libdata/perl/5.00502/mach * sys/*
|