Index: stable/12/sbin/ping6/Makefile =================================================================== --- stable/12/sbin/ping6/Makefile (revision 352251) +++ stable/12/sbin/ping6/Makefile (revision 352252) @@ -1,25 +1,24 @@ # $FreeBSD$ .include PACKAGE=runtime PROG= ping6 MAN= ping6.8 CFLAGS+=-DIPSEC -DKAME_SCOPEID -WARNS?= 3 BINOWN= root BINMODE=4555 LIBADD= ipsec m md .if ${MK_DYNAMICROOT} == "no" .warning ${PROG} built without libcasper support .elif ${MK_CASPER} != "no" && !defined(RESCUE) LIBADD+= casper LIBADD+= cap_dns CFLAGS+=-DWITH_CASPER .endif .include Index: stable/12 =================================================================== --- stable/12 (revision 352251) +++ stable/12 (revision 352252) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r351172