1# From: @(#)Makefile 8.3 (Berkeley) 1/25/94 2# $FreeBSD$ 3 4PROG= mountd 5WARNS= 0 6MAN= exports.5 netgroup.5 mountd.8 7 8.include <bsd.prog.mk> 9