freebsd-dev/usr.sbin/rpc.umntall/Makefile
Matthew Dillon c69a34d486 Add rpc.umntall utility, to be used by startup and shutdown scripts
to replace (broken) umntall signal code previously in mountd.

Submitted by:	Martin Blapp <mb@imp.ch>
1999-11-21 08:06:00 +00:00

9 lines
144 B
Makefile

# @(#)Makefile 8.4 (Berkeley) 6/22/95
# $FreeBSD$
PROG= rpc.umntall
SRCS= rpc.umntall.c mounttab.c
MAN8= rpc.umntall.8
.include <bsd.prog.mk>