NetBSD/lib/libkadm5/Makefile

29 lines
584 B
Makefile
Raw Normal View History

2000-08-31 03:51:46 +04:00
# $NetBSD: Makefile,v 1.3 2000/08/30 23:51:53 jhawk Exp $
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
2000-08-31 03:51:46 +04:00
COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && ${MAKE} print-objdir
kadm5_err.c kadm5_err.h: kadm5_err.et
${COMPILEET}/compile_et ${DIST}/heimdal/lib/kadm5/kadm5_err.et
clean cleandir:
rm -f kadm5_err.c kadm5_err.h
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>