Deleted Added
sdiff udiff text old ( 121767 ) new ( 149433 )
full compact
1# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
2# $FreeBSD: head/usr.sbin/mountd/Makefile 149433 2005-08-24 19:17:06Z pjd $
3
4PROG= mountd
5MAN= exports.5 netgroup.5 mountd.8
6
7WARNS?= 2
8
9DPADD= ${LIBUTIL}
10LDADD= -lutil
11
12.include <bsd.prog.mk>