delphij 68b438857e MFC pidfile(3) function, and convert several applications to make use
of it.

Bump __FreeBSDversion for the MFC.

Discussed with:	pjd
2006-01-15 17:50:38 +00:00

13 lines
173 B
Makefile

# From: @(#)Makefile 8.3 (Berkeley) 1/25/94
# $FreeBSD$
PROG= mountd
MAN= exports.5 netgroup.5 mountd.8
WARNS?= 2
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>