1*ebfedea0SLionel Sambuc# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:49 elric Exp $ 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel Sambuc.include <bsd.own.mk> 4*ebfedea0SLionel Sambuc.include <${.CURDIR}/../../Makefile.inc> 5*ebfedea0SLionel Sambuc 6*ebfedea0SLionel Sambuc.PATH: ${HEIMDIST}/lib/com_err 7*ebfedea0SLionel Sambuc 8*ebfedea0SLionel SambucLIB= com_err 9*ebfedea0SLionel SambucSRCS= error.c com_err.c 10*ebfedea0SLionel Sambuc 11*ebfedea0SLionel SambucINCSDIR= /usr/include/krb5 12*ebfedea0SLionel SambucINCS= com_err.h com_right.h 13*ebfedea0SLionel Sambuc 14*ebfedea0SLionel SambucMAN= com_err.3 15*ebfedea0SLionel SambucMLINKS= com_err.3 com_err_va.3 \ 16*ebfedea0SLionel Sambuc com_err.3 error_message.3 \ 17*ebfedea0SLionel Sambuc com_err.3 error_table_name.3 \ 18*ebfedea0SLionel Sambuc com_err.3 init_error_table.3 \ 19*ebfedea0SLionel Sambuc com_err.3 set_com_err_hook.3 \ 20*ebfedea0SLionel Sambuc com_err.3 reset_com_err_hook.3 21*ebfedea0SLionel Sambuc 22*ebfedea0SLionel Sambuc.if ${USETOOLS} != "yes" 23*ebfedea0SLionel Sambuc.PHONY: compile_et 24*ebfedea0SLionel Sambucincludes: compile_et 25*ebfedea0SLionel SambucSUBDIR= compile_et 26*ebfedea0SLionel Sambuc 27*ebfedea0SLionel Sambuccompile_et: 28*ebfedea0SLionel Sambuc @cd ${.CURDIR}/compile_et && ${MAKE} 29*ebfedea0SLionel Sambuc.endif 30*ebfedea0SLionel Sambuc 31*ebfedea0SLionel Sambuc.include <${HEIMBASE}/Makefile.rules.inc> 32*ebfedea0SLionel Sambuc.include <bsd.lib.mk> 33*ebfedea0SLionel Sambuc.if ${USETOOLS} != "yes" 34*ebfedea0SLionel Sambuc.include <bsd.subdir.mk> 35*ebfedea0SLionel Sambuc.endif 36