Add an a.out exec module.

This commit is contained in:
Peter Wemm 2002-09-07 01:31:21 +00:00
parent 21ae145105
commit 5e9e7db454
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103052

11
sys/modules/aout/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= aout
SRCS= imgact_aout.c \
opt_kstack_pages.h vnode_if.h
EXPORT_SYMS=
.include <bsd.kmod.mk>