# $NetBSD: Makefile,v 1.8 2001/09/21 22:47:37 tv Exp $ NOMAN= noman .include DIST= ${.CURDIR}/../../crypto/dist .PATH: ${DIST}/heimdal/lib/com_err WARNS?= 1 MKLINT= no PROG= compile_et SRCS= compile_et.c parse.y lex.l YHEADER= 1 CPPFLAGS+= -I. \ -I${DIST}/heimdal/lib/com_err \ -I${.CURDIR}/../../include/heimdal \ -I${DESTDIR}/usr/include/krb5 \ -DHAVE_CONFIG_H .ifndef HOSTPROG VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR} LDADD= -L${VERS} -lvers \ -lroken \ -lcrypt .endif CLEANFILES+= lex.c parse.c parse.h .ifndef HOSTPROG .include .endif