diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-21 20:46:19 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-21 20:46:19 +0000 |
commit | d778f4b0cd93dd08c913ce458b461ea7d9c5190c (patch) | |
tree | 12227a1685c9b4744d06a8c7f1c4add76a48769c /distrib/powerpc/Makefile | |
parent | 18bfa0d968e3c3bb24239eaf982fb33bb185bf19 (diff) |
Check-in of powerpc distrib 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.
The distrib pieces will not work until the ELF crunchgen support is
checked in.
Diffstat (limited to 'distrib/powerpc/Makefile')
-rw-r--r-- | distrib/powerpc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/powerpc/Makefile b/distrib/powerpc/Makefile new file mode 100644 index 00000000000..b0ce0865ae0 --- /dev/null +++ b/distrib/powerpc/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 1995/07/18 04:12:51 briggs Exp $ + +SUBDIR= inst + +.include <bsd.subdir.mk> |