summaryrefslogtreecommitdiff
path: root/usr.bin/keylogin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50581
* Fixed DPADD.Bruce Evans1997-12-161-5/+3
| | | | | | | | | | | | Don't override the (correct) default for SRCS or MAN1. Replaced bogus Lite1 (?) Id by $Id$. The key server files were mis-imported so it is hard to tell where they came from, but at least in Lite2 they don't have useful Makefiles, and I rewrote most of the Makefile. Notes: svn path=/head/; revision=31777
* Import keylogin.Bill Paul1997-05-281-0/+10
This is the program used to loadsecret keys into the keyserv on the local host. Note: on some platforms, keylogin is automatically invoked by /usr/bin/login. We don't have any burning need for this yet. Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26242