freebsd-dev/usr.sbin/mptable/Makefile
Robert Watson 2f7aab1c26 o Remove BINMODE=0550 -- no need to restrict execution rights as the
authorization check is on /dev/{,k}mem.
o Update man page to reflect requirement that gid kmem privileges must
  be held, not root.  (submitted by: peter)
2001-03-22 04:27:46 +00:00

7 lines
69 B
Makefile

# $FreeBSD$
PROG = mptable
MAN1 = mptable.1
.include <bsd.prog.mk>