freebsd-dev/sys/modules/aout/Makefile

12 lines
145 B
Makefile
Raw Normal View History

2002-09-07 01:31:21 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= aout
SRCS= imgact_aout.c \
opt_kstack_pages.h vnode_if.h
EXPORT_SYMS=
.include <bsd.kmod.mk>