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