mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-09 13:42:56 +00:00
12 lines
145 B
Makefile
12 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
|
|
KMOD= aout
|
|
SRCS= imgact_aout.c \
|
|
opt_kstack_pages.h vnode_if.h
|
|
|
|
EXPORT_SYMS=
|
|
|
|
.include <bsd.kmod.mk>
|