9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/10/23 03:23:03 lukem Exp $
|
|
|
|
LIB= skey
|
|
SRCS= skeylogin.c skeysubr.c put.c
|
|
INCS= skey.h
|
|
INCSDIR=/usr/include
|
|
|
|
.include <bsd.lib.mk>
|