Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / libss / Makefile
blob64ce98f36b64a4a3677eb9f556aa0c99af6e5e72
1 # $NetBSD: Makefile,v 1.6 2006/03/17 21:43:16 christos Exp $
3 USE_FORT?= yes # network protocol library
5 NOLINT= # defined
7 .include <bsd.own.mk>
9 DIST= ${NETBSDSRCDIR}/crypto/dist
10 .PATH: ${DIST}/heimdal/lib/sl
12 WARNS?= 1
14 LIB= ss
16 LIBDPLIBS+= edit ${.CURDIR}/../libedit \
17 termcap ${.CURDIR}/../libterm \
18 com_err ${.CURDIR}/../libcom_err
20 SRCS= sl.c ss.c
21 INCS= ss.h
22 INCSDIR= /usr/include/krb5
24 CPPFLAGS+= -I. \
25 -I${DIST}/heimdal/lib/sl \
26 -I${NETBSDSRCDIR}/include/heimdal \
27 -I${NETBSDSRCDIR}/lib/libcom_err \
28 -I${DIST}/heimdal/lib/com_err \
29 -I${NETBSDSRCDIR}/lib/libroken \
30 -I${DIST}/heimdal/lib/roken \
31 -DHAVE_CONFIG_H
33 .if (${USE_INET6} != "no")
34 CPPFLAGS+=-DHAVE_IPV6
35 .endif
37 .include <bsd.lib.mk>