1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../kern 4 5KMOD= aout 6SRCS= imgact_aout.c \ 7 vnode_if.h 8 9.include <bsd.kmod.mk> 10