NetBSD/sys/lkm/vfs/miscfs/nullfs/Makefile

15 lines
251 B
Makefile
Raw Normal View History

1999-07-08 05:51:57 +04:00
# $NetBSD: Makefile,v 1.6 1999/07/08 01:51:57 wrstuden Exp $
.include "../Makefile.inc"
1999-07-08 05:51:57 +04:00
.PATH: $S/miscfs/nullfs $S/miscfs/genfs ${.CURDIR}/../..
1999-02-12 08:41:57 +03:00
MKMAN= no
KMOD= nullfs
SRCS= lkminit_vfs.c
1999-07-08 05:51:57 +04:00
SRCS+= null_vfsops.c null_vnops.c
.include <bsd.kmod.mk>