I should drink more coffee before starting committing. Revert the last change
[dragonfly.git] / sys / vfs / union / Makefile
blob313e3418cb0af9e32b4df1c4fa234b6f1a14aa09
1 # $FreeBSD: src/sys/modules/union/Makefile,v 1.7 1999/12/12 20:34:11 peter Exp $
2 # $DragonFly: src/sys/vfs/union/Makefile,v 1.4 2004/08/13 17:51:14 dillon Exp $
4 KMOD= union
5 SRCS= union_subr.c union_vfsops.c union_vnops.c
6 NOMAN=
8 .include <bsd.kmod.mk>