summaryrefslogtreecommitdiff
path: root/sbin/mountd/Makefile
blob: ced4a7861f3c03f75c0a9d6f9beeceb88f071f0f (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.4 2015/12/23 21:16:17 tim Exp $

PROG=	mountd
MAN=	exports.5 mountd.8

LDADD=	-lutil
DPADD=	${LIBUTIL}

.include <bsd.prog.mk>