1 # $NetBSD: Makefile,v 1.16 2005/01/10 03:11:17 lukem Exp $
7 DIST
= ${NETBSDSRCDIR}/crypto
/dist
9 .PATH
: ${DIST}/heimdal
/lib
/com_err
${DIST}/heimdal
/lib
/roken
${DIST}/heimdal
/lib
/vers
13 SRCS
+= compile_et.c parse.y
lex.l \
14 getarg.c print_version.c warnerr.c strupr.c get_window_size.c
20 LIBROKEN
!= cd
${NETBSDSRCDIR}/lib
/libroken
&& ${PRINTOBJDIR}
23 -I
${NETBSDSRCDIR}/include/heimdal \
25 -I
${DIST}/heimdal
/lib
/com_err \
26 -I
${DIST}/heimdal
/lib
/roken \
30 .if
(${USE_INET6} != "no")
31 HOST_CPPFLAGS
+=-DHAVE_IPV6
34 DPSRCS
= print_version.h
36 make-print-version.lo
: ${NETBSDSRCDIR}/include/heimdal
/version.h
38 make-print-version
: make-print-version.lo
39 ${HOST_CC} ${HOST_LDFLAGS} -o
${.TARGET
} ${.ALLSRC
}
41 print_version.h
: make-print-version
42 .
/make-print-version print_version.h
44 CLEANFILES
+= print_version.h make-print-version make-print-version.lo
46 .
include <bsd.hostprog.mk
>