mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Add an a.out exec module.
This commit is contained in:
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
11
sys/modules/aout/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user