freebsd-dev/gnu/usr.bin/perl/utils/perlbug/Makefile
Mark Murray 17168bf62e Bring in the Perl5 BMake files. This ends the easy stuff.
I'll be doiung the rest in stages.
1998-09-09 07:20:33 +00:00

15 lines
204 B
Makefile

#
# $Id$
#
PROG= perlbug
.include <bsd.prog.mk>
${PROG}: ${.OBJDIR}/patchlevel.h
CLEANFILES+= ${.OBJDIR}/patchlevel.h
${.OBJDIR}/patchlevel.h: ${PERL5SRC}/patchlevel.h
@ln -sf ${.OODATE} ${.TARGET}