amd64: declare initializecpu outside of SMP
[dragonfly.git] / sys / vfs / union / Makefile
blob9061e5a8f8f8e029a5b03c7c8b97a3c590a83ecd
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
7 .include <bsd.kmod.mk>