1 1.3 rin # $NetBSD: Makefile,v 1.3 2019/02/17 04:05:55 rin Exp $ 2 1.1 ad 3 1.1 ad .include "../Makefile.inc" 4 1.1 ad 5 1.1 ad KMOD= nfs 6 1.1 ad 7 1.2 pooka CPPFLAGS+= -DNFS_BOOT_DHCP -DNFS_BOOT_BOOTPARAM -DARP=1 8 1.1 ad 9 1.1 ad .PATH: ${S}/nfs 10 1.1 ad 11 1.1 ad SRCS+= krpc_subr.c nfs_bio.c nfs_boot.c nfs_kq.c nfs_node.c 12 1.1 ad SRCS+= nfs_socket.c nfs_subs.c nfs_iod.c nfs_vnops.c 13 1.1 ad SRCS+= nfs_vfsops.c nfs_bootdhcp.c nfs_bootparam.c 14 1.2 pooka SRCS+= nfs_clntsocket.c nfs_clntsubs.c 15 1.1 ad 16 1.3 rin WARNS= 3 17 1.3 rin 18 1.1 ad .include <bsd.kmodule.mk> 19