2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.268 2013/11/28 22:34:44 christos Exp $
|
2012-10-11 12:34:16 +02:00
|
|
|
# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
|
2011-09-30 12:18:10 +02:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2012-10-11 12:34:16 +02:00
|
|
|
SUBDIR= \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
2012-10-11 12:34:16 +02:00
|
|
|
chroot \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
|
|
|
\
|
|
|
|
\
|
|
|
|
\
|
|
|
|
\
|
2013-07-15 16:29:16 +02:00
|
|
|
i2cscan installboot \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
|
|
|
\
|
2013-11-07 04:06:17 +01:00
|
|
|
link \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
2012-10-11 12:34:16 +02:00
|
|
|
mtree \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
|
|
|
\
|
2012-10-11 12:34:16 +02:00
|
|
|
pwd_mkdb postinstall \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
|
|
|
\
|
2013-11-07 04:08:33 +01:00
|
|
|
rdate \
|
2013-12-06 12:04:52 +01:00
|
|
|
\
|
|
|
|
\
|
|
|
|
\
|
|
|
|
\
|
2013-11-07 04:08:33 +01:00
|
|
|
unlink user \
|
2013-12-06 12:04:52 +01:00
|
|
|
vipw vnconfig \
|
|
|
|
\
|
2012-10-11 12:34:16 +02:00
|
|
|
zic
|
|
|
|
|
2013-12-06 12:04:52 +01:00
|
|
|
.if defined(__MINIX)
|
2012-10-11 12:34:16 +02:00
|
|
|
# LSC MINIX Specific
|
2012-11-07 19:19:46 +01:00
|
|
|
SUBDIR+= mkfs.mfs \
|
|
|
|
mkproto
|
2013-12-06 12:04:52 +01:00
|
|
|
.else
|
2012-10-26 15:22:39 +02:00
|
|
|
.if ${MKMAKEMANDB} != "no"
|
|
|
|
SUBDIR+= makemandb
|
|
|
|
.endif
|
2013-12-06 12:04:52 +01:00
|
|
|
.endif # defined(__MINIX)
|
2012-10-26 15:22:39 +02:00
|
|
|
|
|
|
|
.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
|
|
|
|
|
2011-09-30 12:18:10 +02:00
|
|
|
.include <bsd.subdir.mk>
|