1 # $NetBSD: Makefile,v 1.1 2011/04/13 19:16:55 elric Exp $ 2 3 USE_FORT?= yes # network protocol library 4 5 NOLINT= # defined 6 7 .include <bsd.own.mk> 8 .include <${.CURDIR}/../../Makefile.inc> 9 10 .PATH: ${HEIMDIST}/lib/sl 11 12 LIB= sl 13 14 LIBDPLIBS+= edit ${NETBSDSRCDIR}/lib/libedit \ 15 terminfo ${NETBSDSRCDIR}/lib/libterminfo \ 16 roken ${HEIMBASE}/lib/libroken 17 18 SRCS= sl.c 19 INCS= sl.h 20 INCSDIR= /usr/include/krb5 21 22 .if ${USETOOLS} != "yes" 23 .PHONY: slc 24 includes: slc 25 SUBDIR= slc 26 27 slc: 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