mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
16 lines
242 B
Makefile
16 lines
242 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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}
|