summaryrefslogtreecommitdiff
path: root/usr.bin/keyinfo/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Implement keyinfo(1) as a setuid Perl script, so /etc/skeykeys canJoerg Wunsch1996-04-261-1/+4
| | | | | | | | | | be made mode 0600. Pointed out by: kieber@sax.de (Ulf Kieber) Reviewed by: pst Notes: svn path=/head/; revision=15401
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* 1) Added s/key support .Guido van Rooij1994-05-191-0/+9
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 Notes: svn path=/head/; revision=1519