1 1.11 christos # $NetBSD: Makefile,v 1.11 2013/11/09 21:39:28 christos Exp $ 2 1.1 mycroft # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp 3 1.1 mycroft 4 1.7 itojun .include <bsd.own.mk> 5 1.7 itojun 6 1.10 tls USE_FORT?= yes # network client *and* setuid 7 1.10 tls 8 1.9 wiz .PATH: ${NETBSDSRCDIR}/usr.sbin/mrouted 9 1.9 wiz CPPFLAGS+= -I${NETBSDSRCDIR}/usr.sbin/mrouted 10 1.1 mycroft 11 1.1 mycroft PROG= mtrace 12 1.1 mycroft SRCS= igmp.c inet.c kern.c mtrace.c 13 1.1 mycroft MAN= mtrace.8 14 1.2 thorpej 15 1.11 christos .if ${MACHINE_ARCH} == "vax" 16 1.11 christos COPTS.mtrace.c=-O0 17 1.11 christos .endif 18 1.11 christos 19 1.2 thorpej BINMODE=4555 20 1.2 thorpej BINOWN= root 21 1.1 mycroft 22 1.1 mycroft .include <bsd.prog.mk> 23