# 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 .MAIN: all .endif