15 lines
288 B
Makefile
15 lines
288 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/coda
|
|
|
|
KMOD= coda5
|
|
IOCONF= coda5.ioconf
|
|
SRCS= coda_namecache.c coda_psdev.c coda_subr.c coda_venus.c \
|
|
coda_vfsops.c coda_vnops.c
|
|
|
|
CPPFLAGS+= -DCODA_COMPAT_5
|
|
|
|
.include <bsd.kmodule.mk>
|