11db7fa42b
because the whole idea of this utility is rather broken.) This originally come from NetBSD, and was later reworked a bit. Reviewed by: des@ (earlier version) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D4981
11 lines
124 B
Makefile
11 lines
124 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= lock
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
LIBADD= pam
|
|
|
|
.include <bsd.prog.mk>
|