7b73600389
1) Inspired by JB's finding of a hardcoded /usr/bin/ranlib in the config files, these have been properly cleaned up and have been personalised for FreeBSD, not MarkM. 2) Inspired by Peter, copying of the lib/ext etc dirs has been replaced by a link farm. 3) Common code has been moved to a higher-level Makefile.inc. This has been tested with a make -j8.
15 lines
218 B
Makefile
15 lines
218 B
Makefile
#
|
|
# $Id: Makefile,v 1.1 1998/09/09 07:20:30 markm Exp $
|
|
#
|
|
|
|
PROG= perlbug
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
${PROG}: patchlevel.h
|
|
|
|
CLEANFILES+= patchlevel.h
|
|
|
|
patchlevel.h: ${PERL5SRC}/patchlevel.h
|
|
@ln -sf ${.OODATE} ${.TARGET}
|