110af3d672
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
8 lines
154 B
Makefile
8 lines
154 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 5/7/91
|
|
|
|
LIB= skey
|
|
SRCS= authfile.c md4.c put.c skey_crypt.c skeylogin.c skeysubr.c
|
|
CFLAGS+=-DMPU8086
|
|
.include <bsd.lib.mk>
|
|
|