2006-03-18 00:43:16 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 2006/03/17 21:43:16 christos Exp $
|
2000-06-16 23:27:31 +04:00
|
|
|
|
2002-08-19 13:41:27 +04:00
|
|
|
NOLINT= # defined
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
DIST= ${NETBSDSRCDIR}/crypto/dist
|
2001-12-12 03:51:00 +03:00
|
|
|
.PATH: ${DIST}/heimdal/lib/sl
|
2000-06-16 23:27:31 +04:00
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
WARNS?= 1
|
2000-06-16 23:27:31 +04:00
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
LIB= ss
|
2006-03-18 00:43:16 +03:00
|
|
|
|
|
|
|
LIBDPLIBS= edit ${.CURDIR}/../libedit \
|
|
|
|
termcap ${.CURDIR}/../libterm \
|
|
|
|
com_err ${.CURDIR}/../libcom_err
|
|
|
|
|
2001-12-12 03:51:00 +03:00
|
|
|
SRCS= sl.c ss.c
|
|
|
|
INCS= ss.h
|
|
|
|
INCSDIR= /usr/include/krb5
|
2000-06-16 23:27:31 +04:00
|
|
|
|
|
|
|
CPPFLAGS+= -I. \
|
|
|
|
-I${DIST}/heimdal/lib/sl \
|
2002-08-19 13:41:27 +04:00
|
|
|
-I${NETBSDSRCDIR}/include/heimdal \
|
|
|
|
-I${NETBSDSRCDIR}/lib/libcom_err \
|
2000-06-16 23:27:31 +04:00
|
|
|
-I${DIST}/heimdal/lib/com_err \
|
2002-08-19 13:41:27 +04:00
|
|
|
-I${NETBSDSRCDIR}/lib/libroken \
|
2000-06-16 23:27:31 +04:00
|
|
|
-I${DIST}/heimdal/lib/roken \
|
|
|
|
-DHAVE_CONFIG_H
|
|
|
|
|
2005-01-10 06:11:17 +03:00
|
|
|
.if (${USE_INET6} != "no")
|
|
|
|
CPPFLAGS+=-DHAVE_IPV6
|
|
|
|
.endif
|
|
|
|
|
2000-06-16 23:27:31 +04:00
|
|
|
.include <bsd.lib.mk>
|