Deleted Added
sdiff udiff text old ( 60966 ) new ( 70711 )
full compact
1# $FreeBSD: head/sys/modules/unionfs/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../miscfs/union
4
5KMOD= union
6SRCS= vnode_if.h \
7 union_subr.c union_vfsops.c union_vnops.c
8NOMAN=
9
10.include <bsd.kmod.mk>