opnsense-src/gnu/usr.bin/perl/utils/splain/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
237 B
Makefile

#
# $Id$
#
PROG= splain
NOMAN= true
.include <bsd.prog.mk>
${PROG}: ${.OBJDIR}/diagnostics.pm
CLEANFILES+= ${.OBJDIR}/diagnostics.pm
${.OBJDIR}/diagnostics.pm: ${.OBJDIR}/../../perl/lib/diagnostics.pm
@ln -sf ${.OODATE} ${.TARGET}