Annotation of 43BSD/sys/consolerl/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1985, 1986 Regents of the University of California.
                      3: # All rights reserved.  The Berkeley software License Agreement
                      4: # specifies the terms and conditions for redistribution.
                      5: #
                      6: #      @(#)Makefile    7.1 (Berkeley) 6/5/86
                      7: # 
                      8: BOOTS= boot
                      9: STDBOOS= defboo.com anyboo.com
                     10: DEFBOOS= defboo.hk defboo.hp defboo.ra defboo.up
                     11: DEVBOOS= hkmboo.com hksboo.com hpmboo.com hpsboo.com \
                     12:        ramboo.com rasboo.com upmboo.com upsboo.com
                     13: UTILS= format copy drtest
                     14: # order is NOT random...
                     15: OBJS=  ${BOOTS} ${STDBOOS} ${DEVBOOS} ${UTILS}
                     16: DRIVE= /dev/crl
                     17: 
                     18: # build a boot console rl02 from a DEC console rl02 pack
                     19: update:        ${OBJS}
                     20:        arff rmf ${DRIVE} ${OBJS}
                     21:        -rm -f defboo.com
                     22: 
                     23: defboo.com:
                     24:        @echo You must copy one of ${DEFBOOS} to defboo.com.
                     25:        @echo See installing and operating guide for details.
                     26:        @/bin/false     #force exits
                     27: 
                     28: clean:
                     29:        rm -f ${BOOTS} ${UTILS} defboo.com

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.