# $NetBSD$ USE_FORT?= yes # network protocol library NOLINT= # defined .include .include <${.CURDIR}/../../Makefile.inc> .PATH: ${HEIMDIST}/lib/sl LIB= sl LIBDPLIBS+= edit ${NETBSDSRCDIR}/lib/libedit \ terminfo ${NETBSDSRCDIR}/lib/libterminfo \ roken ${HEIMBASE}/lib/libroken SRCS= sl.c INCS= sl.h INCSDIR= /usr/include/krb5 .if ${USETOOLS} != "yes" .PHONY: slc includes: slc SUBDIR= slc slc: @cd ${.CURDIR}/slc && ${MAKE} .endif .include <${HEIMBASE}/Makefile.rules.inc> .include .if ${USETOOLS} != "yes" .include .endif