NetBSD/lib/libss/Makefile

26 lines
485 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/06/16 22:46:45 thorpej Exp $
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/sl
WARNS?= 1
MKLINT= no
LIB= ss
SRCS= sl.c ss.c
INCS= ss.h
INCSDIR= /usr/include/krb5
CPPFLAGS+= -I. \
-I${DIST}/heimdal/lib/sl \
-I${.CURDIR}/../../include/heimdal \
-I${.CURDIR}/../../lib/libcom_err \
-I${DIST}/heimdal/lib/com_err \
-I${.CURDIR}/../../lib/libroken \
-I${DIST}/heimdal/lib/roken \
-DHAVE_CONFIG_H
.include <bsd.lib.mk>