[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / sys / arch / vax / consolerl

Annotation of sys/arch/vax/consolerl/Makefile, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: Makefile,v 1.2 1997/05/29 00:04:30 niklas Exp $
                      2: #      $NetBSD: Makefile,v 1.1 1996/03/08 12:41:33 ragge Exp $
                      3:
                      4: BOOTS= boot
                      5: STDBOOS= defboo.com anyboo.com
                      6: DEFBOOS= defboo.hk defboo.hp defboo.ra defboo.up
                      7: DEVBOOS= hkmboo.com hksboo.com hpmboo.com hpsboo.com \
                      8:        ramboo.com rasboo.com upmboo.com upsboo.com
                      9: #UTILS=        format copy drtest
                     10: # order is NOT random...
                     11: OBJS=  ${BOOTS} ${STDBOOS} ${DEVBOOS} ${UTILS}
                     12: DRIVE= /dev/crl
                     13:
                     14: # build a boot console rl02 from a DEC console rl02 pack
                     15: update:        ${OBJS}
                     16:        arff rmf ${DRIVE} ${OBJS}
                     17:        -rm -f defboo.com
                     18:
                     19: defboo.com:
                     20:        @echo You must copy one of ${DEFBOOS} to defboo.com.
                     21:        @echo See installing and operating guide for details.
                     22:        @/bin/false     #force exits
                     23:
                     24: boot:  ../boot/boot
                     25:        (cd ../boot;make boot)
                     26:        dd if=../boot/boot of=boot bs=32 skip=1
                     27:
                     28: clean:
                     29:        rm -f ${BOOTS} ${UTILS} defboo.com

CVSweb