NetBSD/usr.sbin/mountd/Makefile

10 lines
194 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.15 1998/10/29 12:57:02 christos Exp $
# @(#)Makefile 8.3 (Berkeley) 1/25/94
1993-03-21 12:45:37 +03:00
PROG= mountd
1995-05-12 03:15:05 +04:00
MAN= exports.5 mountd.8
LDADD+=-lutil
DPADD+=${LIBUTIL}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>