etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / lib / libsl / Makefile
blob3c9a45476761dc731bbf793bdfe4bc5e26f5be34
1 # $NetBSD: Makefile,v 1.1 2011/04/13 19:16:55 elric Exp $
3 USE_FORT?= yes # network protocol library
5 NOLINT= # defined
7 .include <bsd.own.mk>
8 .include <${.CURDIR}/../../Makefile.inc>
10 .PATH: ${HEIMDIST}/lib/sl
12 LIB= sl
14 LIBDPLIBS+= edit ${NETBSDSRCDIR}/lib/libedit \
15 terminfo ${NETBSDSRCDIR}/lib/libterminfo \
16 roken ${HEIMBASE}/lib/libroken
18 SRCS= sl.c
19 INCS= sl.h
20 INCSDIR= /usr/include/krb5
22 .if ${USETOOLS} != "yes"
23 .PHONY: slc
24 includes: slc
25 SUBDIR= slc
27 slc:
28 @cd ${.CURDIR}/slc && ${MAKE}
29 .endif
31 .include <${HEIMBASE}/Makefile.rules.inc>
32 .include <bsd.lib.mk>
33 .if ${USETOOLS} != "yes"
34 .include <bsd.subdir.mk>
35 .endif