1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00
freebsd/usr.sbin/mountd/Makefile
1999-08-28 00:22:10 +00:00

10 lines
175 B
Makefile

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