Deleted Added
full compact
Makefile (22982) Makefile (40440)
1# $Id$
1# $Id: Makefile,v 1.3 1997/02/22 12:49:27 peter Exp $
2
2
3.PATH: ${.CURDIR}/../../sys/miscfs/union
4KMOD= union_mod
3.PATH: ${.CURDIR}/../../miscfs/union
4KMOD= union
5SRCS= union_subr.c union_vfsops.c union_vnops.c
6NOMAN=
5SRCS= union_subr.c union_vfsops.c union_vnops.c
6NOMAN=
7VFS_LKM=
7VFS_KLD=
8CFLAGS+= -DUNION
9
10.include <bsd.kmod.mk>
8CFLAGS+= -DUNION
9
10.include <bsd.kmod.mk>