NetBSD/lib/libskey/Makefile
christos 3f9add8194 - pass gcc -Wall
- use the standard md4
- install skey.h in /usr/include
1997-06-18 19:18:27 +00:00

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>