3f9add8194
- use the standard md4 - install skey.h in /usr/include
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# $NetBSD: Makefile,v 1.3 1997/06/18 19:18:27 christos Exp $
|
|
|
|
LIB= skey
|
|
SRCS= skeylogin.c skeysubr.c put.c
|
|
CFLAGS+= -DUSE_ECHO -Wall -Wstrict-prototypes -Wmissing-prototypes
|
|
INCS= skey.h
|
|
INCSDIR=/usr/include
|
|
|
|
.include <bsd.lib.mk>
|