summaryrefslogtreecommitdiff
path: root/sys/arch/next68k/stand/boot/Makefile
AgeCommit message (Expand)Author
2023-02-09Disable DEBUG options properly.tsutsui
2023-02-04Remove trailing spaces and TABs.tsutsui
2017-04-08centralize vers.c building for standalone programs.christos
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-08-21Use <bsd.klinks.mk>matt
2012-11-05Revert previous. This boot loader has its own version number,apb
2012-11-04Add references to ${_NETBSD_VERSION_DEPENDS} for files thatapb
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2009-12-29Don't abuse INSECURE for allowing exec() to load files not owned by uid 0.elad
2009-01-12- WARNSfytsutsui
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2005-12-11merge ktrace-lwp.christos
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-07-10NOxxx= variables should appear firstlukem
2002-09-11Determine turbo-ness based on the ROM machine type here, too.mycroft
2002-09-11Comprehensive patches from Christian Limpach:mycroft
2002-07-11Apply patches from Christian Limpach:christos
2002-05-12don't strip the resulting bootprog on install; it's raw binaryjdolecek
2002-05-08use ${.OBJDIR} rather than ${.CURDIR}/obj.${MACHINE} (eek)jdolecek
2002-05-07add -ffreestanding to CFLAGS, so that this wouldn't attempt to link in libc(ugh)jdolecek
2001-12-12MKfoo=no -> NOfootv
2001-05-12switch next68k to ELF. highlight include:chs
2000-07-21do bootblock versioning standard way via sys/conf/newvers_stand.sh, keep whatjdolecek
1999-03-26tweaks to compile with egcs -Werrordbj
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-09-14Use WARNS=1 to get -Wall, and properly disable -Wmain on gcc 2.8tv
1998-08-28added -Wno-main if USE_EGCS is defineddbj
1998-07-19Commented out some bus_dma code, until I can fix.dbj
1998-07-07Removed unnecessary bug-workaround headers.dbj
1998-06-09Initial import of NetBSD/next68k.dbj