mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
10 lines
111 B
Makefile
10 lines
111 B
Makefile
|
|
||
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../nfs
|
||
|
KMOD= nfssvc
|
||
|
SRCS= nfs_nfssvc.c \
|
||
|
opt_nfs.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|