mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04: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>
|