1998-10-16 04:30:52 +00:00
|
|
|
# $Id: Makefile,v 1.3 1997/02/22 12:49:27 peter Exp $
|
1994-09-21 23:27:16 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
.PATH: ${.CURDIR}/../../miscfs/union
|
|
|
|
KMOD= union
|
1994-09-21 23:27:16 +00:00
|
|
|
SRCS= union_subr.c union_vfsops.c union_vnops.c
|
|
|
|
NOMAN=
|
1998-10-16 04:30:52 +00:00
|
|
|
VFS_KLD=
|
1994-09-21 23:27:16 +00:00
|
|
|
CFLAGS+= -DUNION
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|