minix/usr.sbin/Makefile
David van Moolenbroek 04e82b7dc9 Import NetBSD arp(8)
Behaviorally this port should already be largely on par with the
NetBSD 8 version, in that it sets the RTF_LLDATA flag on routing
socket requests to indicate that they target link-local data.

Many parts of the arp(8) functionality are currently not yet supported
by the operating system, largely due to lwIP not exposing appropriate
means of implementing them.

Change-Id: Icfac054b4deddda03eee4acf0e261aa48cd031ba
2017-03-09 23:40:14 +00:00

81 lines
1.0 KiB
Makefile

# $NetBSD: Makefile,v 1.271 2015/08/17 06:42:46 knakahara Exp $
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
.include <bsd.own.mk>
SUBDIR= arp \
\
chroot \
dev_mkdb \
\
\
\
\
i2cscan installboot \
\
\
link \
makefs \
mtree \
\
\
pwd_mkdb postinstall \
\
\
rdate \
\
service services_mkdb \
\
syslogd \
traceroute \
unlink user \
vipw vnconfig \
\
zdump 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+=
.endif
.if (${USE_INET6} != "no")
SUBDIR+=
.endif
.if !defined(__MINIX)
# ATM PVC
SUBDIR+=pvcsif pvctxctl
.if (${MKCRYPTO} != "no")
SUBDIR+= racoon racoonctl
.endif
.endif # !defined(__MINIX)
# NPF
.if (${MKNPF} != "no")
SUBDIR+=npf
.endif
# PF
.if (${MKPF} != "no")
SUBDIR+=pf
.endif
.include <bsd.subdir.mk>