8b71896f96
build this several times, and even tested loaded the module. I must have changed something right before commit. Pointed out by: bde
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../kern
|
|
|
|
KMOD= aout
|
|
SRCS= imgact_aout.c \
|
|
vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|