1 1.1 itojun # $NetBSD: Makefile,v 1.1 1999/07/01 20:55:04 itojun Exp $ 2 1.1 itojun 3 1.1 itojun PROG= traceroute6 4 1.1 itojun MAN= traceroute6.8 5 1.1 itojun 6 1.1 itojun BINOWN= root 7 1.1 itojun BINGRP= bin 8 1.1 itojun BINMODE=4555 9 1.1 itojun 10 1.1 itojun CFLAGS+=-DINET6 -DIPSEC 11 1.1 itojun LDADD+= -lipsec 12 1.1 itojun DPADD+= ${LIBIPSEC} 13 1.1 itojun 14 1.1 itojun .include <bsd.prog.mk> 15