Makefile (17d6c636720d00f77e5d098daf4c278f89d84f7b) | Makefile (4b1e44f14a10ddc1e03c93e168c39f1dec1daee3) |
---|---|
1# $FreeBSD$ | 1# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $ |
2 | 2 |
3.PATH: ${.CURDIR}/../../fs/unionfs | 3.PATH: ${.CURDIR}/../../sys/miscfs/union 4KMOD= union_mod 5SRCS= union_subr.c union_vfsops.c union_vnops.c 6NOMAN= 7VFS_LKM= 8CFLAGS+= -DUNION |
4 | 9 |
5KMOD= unionfs 6SRCS= vnode_if.h \ 7 union_subr.c union_vfsops.c union_vnops.c 8 | |
9.include <bsd.kmod.mk> | 10.include <bsd.kmod.mk> |