pkgsrc-ng/devel/libf2c/files/bsd.init.mk
2013-09-26 17:14:40 +02:00

10 lines
247 B
Makefile

# Simulate "bsd.init.mk" because pkgsrc doesn't provide it for some reason:
.if !target(__initialized__)
__initialized__:
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
.endif
.include <bsd.own.mk>
.MAIN: all
.endif