# $FreeBSD: head/sys/modules/unionfs/Makefile 50477 1999-08-28 01:08:13Z peter $ .PATH: ${.CURDIR}/../../miscfs/union KMOD= union SRCS= union_subr.c union_vfsops.c union_vnops.c NOMAN= VFS_KLD= CFLAGS+= -DUNION .include