26 lines
482 B
Makefile
26 lines
482 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 19:27:32 thorpej Exp $
|
||
|
DIST= ${.CURDIR}/../../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>
|