NetBSD/sys/arch/pmax
simonb cbbad6d2b2 Add bzero/bcopy defines to use PROM memset/memcpy.
Change test to include defines from
	#ifndef _KERNEL
to
	#if defined(_STANDALONE) && !defined(_NO_PROM_DEFINES)
1999-01-31 13:49:40 +00:00
..
compile
conf Some minor, mostly costmetic, changes to CPPFLAGS/CFLAGS. 1999-01-15 23:37:05 +00:00
dev Include dec_{boot,exec,prom}.h from <machine/...>, not <stand/libsa/...> 1999-01-29 05:37:45 +00:00
dist
ibus Garbage-collect obsolete "field" intpri from ibus_attach_args. 1998-10-23 23:01:44 +00:00
include Add bzero/bcopy defines to use PROM memset/memcpy. 1999-01-31 13:49:40 +00:00
pmax Include dec_{boot,exec,prom}.h from <machine/...>, not <stand/libsa/...> 1999-01-29 05:37:45 +00:00
stand Add -mmemcpy (from Jonathan Stone) and bump -G to 128. Bootblocks now 1999-01-30 12:57:58 +00:00
tc Remove an incorrect (but harmless) comment. 1999-01-29 08:42:27 +00:00
Makefile