cda2a9b2f0
This is not "useless", as one may have non-default setting for BINOWN in make.conf, and we still want these to be installed setuid root in this case.
11 lines
145 B
Makefile
11 lines
145 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= lock
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
DPADD= ${LIBCRYPT}
|
|
LDADD= -lcrypt
|
|
|
|
.include <bsd.prog.mk>
|