freebsd-dev/gnu/usr.bin/perl/utils/perlbug/Makefile
Mark Murray 7b73600389 Big cleanup of the perl build.
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.
1998-09-22 12:00:59 +00:00

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}