]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - sys/modules/nfssvc/Makefile
Fix a bug in UNIX socket handling in the linux emulator which was
[FreeBSD/releng/8.2.git] / sys / modules / nfssvc / Makefile
1
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../../nfs
5 KMOD=   nfssvc
6 SRCS=   nfs_nfssvc.c \
7         opt_nfs.h
8
9 .include <bsd.kmod.mk>