build ramdisk
authorderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 08:56:34 +0000 (08:56 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 1 May 1997 08:56:34 +0000 (08:56 +0000)
etc/etc.mvme68k/Makefile.inc

index 660b7d0..edfa45b 100644 (file)
@@ -1,10 +1,10 @@
 #
 #      etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
 #
-#      $Id: Makefile.inc,v 1.3 1995/11/22 10:51:49 deraadt Exp $
+#      $Id: Makefile.inc,v 1.4 1997/05/01 08:56:34 deraadt Exp $
 
 .ifdef DESTDIR
-snap_md: bsd-generic bootblocks
+snap_md: bsd-generic bootblocks ramdisk
        cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd.gz \
            ${DESTDIR}/snapshot/bsd-generic.gz
 bsd-generic:
@@ -13,4 +13,9 @@ bsd-generic:
            make clean && make depend && make && gzip -9 bsd
 bootblocks:
        cp ${DESTDIR}/usr/mdec/* ${DESTDIR}/snapshot/
+
+ramdisk:
+       cd ${.CURDIR}/../distrib/mvme68k/ramdisk && make cleandir && \
+           make && make install
+
 .endif # DESTDIR check