diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-25 17:07:41 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-25 17:07:41 +0000 |
commit | 330baa486619395a6eecd49fd0b11d82e85e7ee4 (patch) | |
tree | 66570ef31f25b716ea03ca18d95906546fb29866 /etc/etc.mvme88k/Makefile.inc | |
parent | 4365bb59c3447d65284b2b1adcabb62cc688ad38 (diff) |
Ok here is the mvme88k userland, minus a few important pieces.
as, ld change need to be merged. It is known that shared libraries and C++
do not work.
If anyone wants to step forward and take over the mvme88k port please do.
It was dumped on me when the original developer, Nivas, left his previous
job and started a new one.
I am trying to get the port in a shape that someone could take over.
Diffstat (limited to 'etc/etc.mvme88k/Makefile.inc')
-rw-r--r-- | etc/etc.mvme88k/Makefile.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/etc.mvme88k/Makefile.inc b/etc/etc.mvme88k/Makefile.inc new file mode 100644 index 00000000000..41bbf7d4088 --- /dev/null +++ b/etc/etc.mvme88k/Makefile.inc @@ -0,0 +1,16 @@ +# +# etc.mvme88k/Makefile.inc -- mvme88k-specific etc Makefile targets +# +# $Id: Makefile.inc,v 1.1 1997/03/25 17:06:36 rahnds Exp $ + +.ifdef DESTDIR +snap_md: bsd-generic bootblocks + cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd.gz \ + ${DESTDIR}/snapshot/bsd-generic.gz +bsd-generic: + cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC && \ + make clean && make depend && make && gzip -9 bsd +bootblocks: + cp ${DESTDIR}/usr/mdec/* ${DESTDIR}/snapshot/ +.endif # DESTDIR check |