xref: /netbsd-src/crypto/external/bsd/heimdal/lib/libsl/Makefile (revision 7a6a7ae08ac6c612f0fbb0d4425825c6be2a9050)
1# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:55 elric Exp $
2
3USE_FORT?= yes	# network protocol library
4
5NOLINT=		# defined
6
7.include <bsd.own.mk>
8.include <${.CURDIR}/../../Makefile.inc>
9
10.PATH:		${HEIMDIST}/lib/sl
11
12LIB=		sl
13
14LIBDPLIBS+=	edit		${NETBSDSRCDIR}/lib/libedit	\
15		terminfo	${NETBSDSRCDIR}/lib/libterminfo	\
16		roken		${HEIMBASE}/lib/libroken
17
18SRCS=		sl.c
19INCS=		sl.h
20INCSDIR=	/usr/include/krb5
21
22.if ${USETOOLS} != "yes"
23.PHONY:		slc
24includes:	slc
25SUBDIR=		slc
26
27slc:
28	@cd ${.CURDIR}/slc && ${MAKE}
29.endif
30
31.include <${HEIMBASE}/Makefile.rules.inc>
32.include <bsd.lib.mk>
33.if ${USETOOLS} != "yes"
34.include <bsd.subdir.mk>
35.endif
36