summaryrefslogtreecommitdiff
path: root/devel/libf2c/files/bsd.init.mk
blob: 72ca4d7f686838fcd9eb255cc49253dc09026b74 (plain)
1
2
3
4
5
6
7
8
9
# 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