summaryrefslogtreecommitdiff
path: root/kerberosIV/lib/sl/Makefile
blob: 937a4369b4079e2daff23b3141082efe28f23fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $OpenBSD: Makefile,v 1.1 2000/02/25 16:35:26 hin Exp $

LIB	= sl

KRBDEPTH=../..
.include <../../Makefile.inc>

.PATH:	${KRBSRC}/lib/sl

NOPIC=
NOSHARED=
NOPROFILE=

SRCS=	sl.c

.include <bsd.lib.mk>