NetBSD/sbin/ping6/Makefile

26 lines
473 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2015/09/09 10:06:05 ozaki-r Exp $
.include <bsd.own.mk>
USE_FORT?= yes # setuid
RUMPPRG= ping6
MAN= ping6.8
BINOWN= root
BINMODE= 4555
1999-07-02 04:04:53 +04:00
CPPFLAGS+= -DINET6
CPPFLAGS+= -DIPSEC
LDADD+= -lipsec -lm
DPADD+= ${LIBIPSEC} ${LIBM}
.PATH: ${.CURDIR}/../../lib/libc/net
RUMPSRCS= getaddrinfo.c getifaddrs.c getnameinfo.c
RUMPSRCS+= if_indextoname.c if_nametoindex.c
.if (${MKRUMP} != "no")
CPPFLAGS+= -DRUMP_ACTION
.endif
.include <bsd.prog.mk>