2002-09-18 18:00:33 +04:00
|
|
|
# $NetBSD: Makefile,v 1.12 2002/09/18 14:00:35 lukem Exp $
|
2001-12-12 15:24:19 +03:00
|
|
|
|
|
|
|
NOLINT= # defined
|
2000-12-30 18:25:19 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2002-09-18 18:00:33 +04:00
|
|
|
DIST= ${NETBSDSRCDIR}/crypto/dist
|
2000-06-17 03:47:14 +04:00
|
|
|
.PATH: ${DIST}/heimdal/lib/com_err
|
|
|
|
|
|
|
|
WARNS?= 1
|
|
|
|
|
|
|
|
PROG= compile_et
|
|
|
|
|
|
|
|
SRCS= compile_et.c parse.y lex.l
|
|
|
|
|
|
|
|
YHEADER= 1
|
|
|
|
|
|
|
|
CPPFLAGS+= -I. \
|
|
|
|
-I${DIST}/heimdal/lib/com_err \
|
2002-09-18 18:00:33 +04:00
|
|
|
-I${NETBSDSRCDIR}/include/heimdal \
|
2000-06-17 03:47:14 +04:00
|
|
|
-I${DESTDIR}/usr/include/krb5 \
|
|
|
|
-DHAVE_CONFIG_H
|
|
|
|
|
2001-09-22 02:47:37 +04:00
|
|
|
.ifndef HOSTPROG
|
2002-09-18 18:00:33 +04:00
|
|
|
VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
|
2000-08-04 02:47:37 +04:00
|
|
|
|
|
|
|
LDADD= -L${VERS} -lvers \
|
2000-08-03 08:02:29 +04:00
|
|
|
-lroken \
|
2000-06-17 03:47:14 +04:00
|
|
|
-lcrypt
|
2001-09-22 02:47:37 +04:00
|
|
|
.endif
|
2000-06-17 03:47:14 +04:00
|
|
|
|
2001-11-10 10:50:42 +03:00
|
|
|
MAN= compile_et.1
|
|
|
|
|
2000-06-17 03:47:14 +04:00
|
|
|
CLEANFILES+= lex.c parse.c parse.h
|
|
|
|
|
2001-09-22 02:47:37 +04:00
|
|
|
.ifndef HOSTPROG
|
2000-06-17 03:47:14 +04:00
|
|
|
.include <bsd.prog.mk>
|
2001-09-22 02:47:37 +04:00
|
|
|
.endif
|