diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-21 20:36:01 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-21 20:36:01 +0000 |
commit | dc30ff96e6245ece5f67a29e2fd10a1709ad6180 (patch) | |
tree | 751db7b8d3d040efc30fd7960d015150e466ddc1 /sys/arch/powerpc/Makefile | |
parent | ae21b4f61e88746c5a90663332ee3ba0e1f2997a (diff) |
Check-in of powerpc kernel support.
NOTE: This will not work until the other pieces are checked in.
This is primarily the NetBSD powerpc port, with modifications
to support ELF.
Diffstat (limited to 'sys/arch/powerpc/Makefile')
-rw-r--r-- | sys/arch/powerpc/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/powerpc/Makefile b/sys/arch/powerpc/Makefile new file mode 100644 index 00000000000..ee2611fdecc --- /dev/null +++ b/sys/arch/powerpc/Makefile @@ -0,0 +1,8 @@ +NOPROG= noprog +NOMAN= noman + +SUBDIR= stand + +obj: _SUBDIRUSE + +.include <bsd.prog.mk> |