1# $OpenBSD: Makefile,v 1.5 2022/08/29 17:00:30 deraadt Exp $ 2 3PROG= mountd 4MAN= exports.5 mountd.8 5 6LDADD= -lutil 7DPADD= ${LIBUTIL} 8 9.include <bsd.prog.mk> 10 11# Don't compile mountd as static binary by default 12LDSTATIC= 13