NetBSD/lib/libskey/Makefile

10 lines
231 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 1997/06/18 19:18:27 christos Exp $
1994-05-21 09:45:58 +04:00
LIB= skey
SRCS= skeylogin.c skeysubr.c put.c
CFLAGS+= -DUSE_ECHO -Wall -Wstrict-prototypes -Wmissing-prototypes
INCS= skey.h
INCSDIR=/usr/include
1994-05-21 09:45:58 +04:00
.include <bsd.lib.mk>