mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
PROG= nfsd
|
|
CFLAGS+=-DNFS
|
|
MAN8= nfsd.8
|
|
|
|
.include <bsd.prog.mk>
|