mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
2 Added optional excessive login logging. 3) Added login acces control on a per host/tty base. 4) See skey(1) for skey descriptions and src/usr.bin/login/README for the logging and access control features. -Guido
9 lines
203 B
Makefile
9 lines
203 B
Makefile
# @(#)Makefile 5.5 (Berkeley) 7/1/90
|
|
|
|
MAN1= keyinfo.1
|
|
|
|
beforeinstall:
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/keyinfo.sh ${DESTDIR}${BINDIR}/keyinfo
|
|
|
|
.include <bsd.prog.mk>
|