NetBSD/lib/libkadm5/Makefile

34 lines
622 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2001/02/12 23:24:34 cgd Exp $
.include <bsd.own.mk>
2000-06-17 02:46:43 +04:00
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/lib/kadm5
WARNS?= 1
MKLINT= no
all: depend
depend: kadm5_err.c kadm5_err.h
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
kadm5_err.c kadm5_err.h: kadm5_err.et
${COMPILEET}/compile_et ${DIST}/heimdal/lib/kadm5/kadm5_err.et
clean cleandir distclean:
rm -f kadm5_err.c kadm5_err.h
2001-01-11 00:30:05 +03:00
cleanhtml:
INCSDIR= /usr/include/krb5
INCS= kadm5_err.h
.include <bsd.own.mk>
.include <bsd.inc.mk>
.include <bsd.dep.mk>
.include <bsd.depall.mk>
.include <bsd.obj.mk>