freebsd-dev/sys/modules/aout/Makefile

10 lines
112 B
Makefile
Raw Normal View History

2002-09-07 01:31:21 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../kern
KMOD= aout
SRCS= imgact_aout.c \
vnode_if.h
2002-09-07 01:31:21 +00:00
.include <bsd.kmod.mk>