1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
freebsd/sbin/mountd/Makefile

10 lines
170 B
Makefile

# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
# $Id$
PROG= mountd
CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS
MAN5= exports.5 netgroup.5
MAN8= mountd.8
.include <bsd.prog.mk>