mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 02:40:09 -04:00
7 lines
129 B
Makefile
7 lines
129 B
Makefile
# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
|
|
# $FreeBSD$
|
|
|
|
PROG= mountd
|
|
MAN= exports.5 netgroup.5 mountd.8
|
|
|
|
.include <bsd.prog.mk>
|