.PATH: ${.CURDIR}/darwin
-.ifnmake autopatch
-.if exists(${.CURDIR}/${MACHINE_ARCH}/darwin/Makefile.inc)
-.include "${.CURDIR}/${MACHINE_ARCH}/darwin/Makefile.inc"
-.endif
-.endif # !autopatch
+.sinclude "${.CURDIR}/${MACHINE_ARCH}/darwin/Makefile.inc"
DARWINMIGDEFS += dirhelper.defs
DARWINMIGHDRS += ${DARWINMIGDEFS:.defs=.h}
.endif
# force building of the mig stuff before _dirhelper.c
-_dirhelper.So _dirhelper.po _dirhelper.do _dirhelper.o: dirhelperUser.c
+_dirhelper.${OBJSUFFIX}: dirhelperUser.c
-CFLAGS-_dirhelper.c += -I${OBJROOT}
CFLAGS-proc_listpidspath.c += -I${.CURDIR}/darwin