1 1.7.2.1 martin # $NetBSD: Makefile,v 1.7.2.1 2025/11/20 18:46:46 martin Exp $ 2 1.1 elric 3 1.1 elric .include <bsd.own.mk> 4 1.1 elric .include <${.CURDIR}/../../Makefile.inc> 5 1.1 elric 6 1.1 elric USE_FORT?= yes # cryptographic software 7 1.1 elric 8 1.1 elric .PATH: ${HEIMDIST}/lib/hx509 9 1.1 elric 10 1.1 elric PROG= hxtool 11 1.1 elric 12 1.1 elric HEIMSRCS= hxtool.c hxtool-commands.in 13 1.1 elric 14 1.1 elric MAN= 15 1.1 elric 16 1.6 christos PROGDPLIBS+= ${DPLIBGSSAPI} ${DPLIBSL} 17 1.1 elric 18 1.3 christos COPTS.hxtool.c+= -Wno-error=deprecated-declarations 19 1.3 christos 20 1.1 elric .include <${HEIMBASE}/Makefile.rules.inc> 21 1.1 elric .include <bsd.prog.mk> 22 1.6 christos 23 1.7.2.1 martin LDADD+= -lcrypto -ledit -lterminfo 24 1.7.2.1 martin DPADD+= ${LIBCRYPTO} ${LIBEDIT} ${LIBTERMINFO} 25