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
127 B
Makefile

# $FreeBSD$
PROG= moused
MAN= moused.8
DPADD= ${LIBUTIL}
LDADD= -lutil
#BINMODE=4555
#PRECIOUSPROG=
.include <bsd.prog.mk>