b41da0980c
needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago)
10 lines
155 B
Makefile
10 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/union
|
|
KMOD= union
|
|
SRCS= vnode_if.h \
|
|
union_subr.c union_vfsops.c union_vnops.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|