Deleted Added
sdiff udiff text old ( 302408 ) new ( 319182 )
full compact
1# $FreeBSD: stable/11/sys/modules/aout/Makefile 103226 2002-09-11 18:03:03Z peter $
2
3.PATH: ${.CURDIR}/../../kern
4
5KMOD= aout
6SRCS= imgact_aout.c \
7 vnode_if.h
8
9.include <bsd.kmod.mk>