dcab0210a0
include <bsd.own.mk> if testing a MKxxx variable.
15 lines
236 B
Makefile
15 lines
236 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/02/13 02:54:52 lukem Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/adosfs ${.CURDIR}/..
|
|
|
|
MKMAN= no
|
|
|
|
KMOD= adosfs
|
|
|
|
SRCS= lkminit_vfs.c
|
|
SRCS+= adlookup.c adutil.c advfsops.c advnops.c
|
|
|
|
.include <bsd.kmod.mk>
|