minix/usr.sbin/Makefile
Ben Gras 7f5f010bbd netbsd ping & traceroute
. remove minix ping
	. add support for socket(AF_INET, SOCK_RAW, {IPPROTO_ICMP,IPPROTO_UDP})
	. gives test48 a better chance of detecting network connectivity

Change-Id: Ia678546d27ac378642f1160a141e1fc33458cce2
2014-08-21 08:07:39 -04:00

80 lines
1,021 B
Makefile

# $NetBSD: Makefile,v 1.268 2013/11/28 22:34:44 christos Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
SUBDIR= \
\
chroot \
\
\
\
\
\
i2cscan installboot \
\
\
link \
\
mtree \
\
\
pwd_mkdb postinstall \
\
\
rdate \
\
traceroute \
\
\
unlink user \
vipw vnconfig \
\
zic
.if !defined(__MINIX)
.if ${MKMAKEMANDB} != "no"
SUBDIR+= makemandb
.endif
.endif # !defined(__MINIX)
.if (${MKYP} != "no")
SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
.endif
.if (${MKRUMP} != "no")
SUBDIR+= puffs
.endif
.if ${TOOLCHAIN_MISSING} != "no"
SUBDIR+= mdsetimage
.endif
.if (${MKINET6} != "no")
SUBDIR+=faithd ifmcstat ndp rip6query rtsold
.endif
.if (${USE_INET6} != "no")
SUBDIR+=mld6query route6d rtadvd traceroute6
.endif
.if !defined(__MINIX)
# ATM PVC
SUBDIR+=pvcsif pvctxctl
.endif
.if (${MKCRYPTO} != "no")
SUBDIR+= racoon racoonctl
.endif
# NPF
.if (${MKNPF} != "no")
SUBDIR+=npf
.endif
# PF
.if (${MKPF} != "no")
SUBDIR+=pf
.endif
.include <bsd.subdir.mk>