1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sbin/ping6/Makefile
2000-07-06 01:55:21 +00:00

20 lines
234 B
Makefile

# $FreeBSD$
PROG= ping6
MAN8= ping6.8
SRCS= ping6.c
CFLAGS+=-DINET6 -DIPSEC
BINOWN= root
BINGRP= bin
BINMODE=4555
LDADD= -lipsec -lmd
DPADD= ${LIBIPSEC} ${LIBMD}
# kame scopeid hack
CFLAGS+=-DKAME_SCOPEID
.include <bsd.prog.mk>