NetBSD/usr.bin/compile_et/Makefile
2000-06-16 23:57:18 +00:00

28 lines
464 B
Makefile

# $NetBSD: Makefile,v 1.2 2000/06/16 23:57:18 thorpej Exp $
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
LDADD= -lroken \
-lcrypt
NOMAN= noman
CLEANFILES+= lex.c parse.c parse.h
.include <bsd.prog.mk>