aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aout/Makefile
blob: e88d47bad683f4c46363f1c69b34929ac7eec507 (plain) (blame)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/kern

KMOD=	aout
SRCS=	imgact_aout.c \
	vnode_if.h

.include <bsd.kmod.mk>