# $NetBSD: Makefile,v 1.276 2018/01/09 03:31:13 christos Exp $ # from: @(#)Makefile 5.20 (Berkeley) 6/12/93 .include SUBDIR= ac accton acpitools altq apm apmd arp autofs \ bad144 bootp bta2dpd btattach btconfig btdevctl bthcid btpand catman \ chroot cnwctl cpuctl crash \ dev_mkdb diskpart dumpfs dumplfs \ edquota eeprom envstat eshconfig etcupdate extattrctl \ flashctl fssconfig fstyp fusermount fwctl \ gpioctl grfconfig gspa \ hdaudioctl \ i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \ isdn isibootd iteconfig iwictl \ kgmon \ lastlogin ldpd link lmcconfig lockstat lpr \ mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \ mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \ ndbootd ndiscvt netgroup_mkdb nfsd \ ofctl \ paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \ powerd puffs \ quot quotacheck quotaon quotarestore \ rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \ rpc.pcnfsd rpc.statd rpcbind rwhod \ sa screenblank sdpd service services_mkdb sesd schedctl \ sliplogin spray \ srtconfig sti sunlabel sup sysinst syslogd \ tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \ unlink usbdevs user \ videomode vipw veriexecgen vnconfig \ wakeonlan wiconfig wlanctl wsconscfg wsfontload wsmoused wsmuxctl \ zdump zic .if ${MKMAKEMANDB} != "no" SUBDIR+= makemandb .endif .if (${MKYP} != "no") SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset .endif .if ${TOOLCHAIN_MISSING} != "no" SUBDIR+= mdsetimage .endif .if (${MKINET6} != "no") SUBDIR+=faithd ifmcstat ip6addrctl ndp rip6query rtsold .endif .if (${USE_INET6} != "no") SUBDIR+=mld6query route6d rtadvd traceroute6 .endif # ATM PVC SUBDIR+=pvcsif pvctxctl SUBDIR+= racoon racoonctl # NPF .if (${MKNPF} != "no") SUBDIR+=npf .endif # PF .if (${MKPF} != "no") SUBDIR+=pf .endif .include
AgeCommit message (Collapse)Author
2009-11-08Remove binutils 2.16 crossover build files.skrll
2009-03-07Regenerate these using tools/binutils/Makefile's mknative-binutilshe
target after the recent addition of BFD_DETERMINISTIC_OUTPUT to libbfd. The list of architectures is not complete, but these were the ones I had readily-available toolchains for. The rest will be dealt with a little later, by me or someone else.
2006-02-04mknative re-run to pick up the binutils version from the sourcesskrll
imported, i.e. the binutils-2.16.1 release and not the branch that I worked with originally. Lot of the changes are due to the update of the mknative script RCSId.
2006-02-02Run mknative on the new binutils.skrll
2004-12-10re-run with fixed mknativemrg
2004-12-09run mknative for binutils 2.15 for alpha, arm, armeb, m68k, mipsel,mrg
mipseb, powerpc and vax. note the that only arm and powerpc of these are actually run-time tested, but everything builds.
2003-12-04build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutilsmrg
as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used.
2003-03-20Actually rerun mknative on these...mycroft
2003-03-17Build COFF targets. Some embedded tools really, really want this.mycroft
2003-03-01update / regenerate for binutils 2.13.2.1mrg
2002-04-11Remove bfd_elf32_{big,little}arm_nbsd_vecthorpej
2002-04-01Update DEFAULT_VECTOR and SELECT_VECS for arm--netbsdelf BFD changes.thorpej
2001-12-19* Add protoize and unprotoize. (Closes PR 6894.)tv
* Regen files with proper OS names and version numbers. * Clean up toolchain2netbsd somewhat, to get it ready to be cross-host compatible (more work to be done here, but it's getting closer). * Add framework for gdbreplay and gdbserver, but hold off on enabling these by default until low-nbsd.c is verified to work everywhere.
2001-08-19New toolchain support for ARM ELF.matt