Annotation of 43BSDReno/foreign/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1990 Regents of the University of California.
        !             3: # All rights reserved.
        !             4: #
        !             5: # Redistribution and use in source and binary forms are permitted provided
        !             6: # that: (1) source distributions retain this entire copyright notice and
        !             7: # comment, and (2) distributions including binaries display the following
        !             8: # acknowledgement:  ``This product includes software developed by the
        !             9: # University of California, Berkeley and its contributors'' in the
        !            10: # documentation or other materials provided with the distribution and in
        !            11: # all advertising materials mentioning features or use of this software.
        !            12: # Neither the name of the University nor the names of its contributors may
        !            13: # be used to endorse or promote products derived from this software without
        !            14: # specific prior written permission.
        !            15: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
        !            16: # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
        !            17: # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
        !            18: #
        !            19: #      @(#)Makefile    1.4 (Berkeley) 10/30/90
        !            20: #
        !            21: # This makefile builds the foreign distribution tree for 4.3BSD
        !            22: #
        !            23: DESTDIR=
        !            24: DIST=  /nbsd
        !            25: 
        !            26: all:
        !            27: 
        !            28: install:
        !            29:        cp -p src/libc/crypt.c ${DESTDIR}${DIST}/usr/src/lib/libc/gen/crypt.c
        !            30:        cp -p src/libc/libc.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libc.a
        !            31:        cp -p src/libc/libc_p.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libc_p.a
        !            32:        cp -p src/libc/crypt.3 ${DESTDIR}${DIST}/usr/src/lib/libc/gen/crypt.3
        !            33:        cp -p man/crypt.0 ${DESTDIR}${DIST}/usr/share/man/cat3/crypt.0
        !            34:        cp -p bin.${MACHINE}/lock ${DESTDIR}${DIST}/usr/bin/lock
        !            35:        cp -p bin.${MACHINE}/telnet ${DESTDIR}${DIST}/usr/bin/telnet
        !            36:        cp -p bin.${MACHINE}/uucpd ${DESTDIR}${DIST}/usr/libexec/uucpd
        !            37:        cp -p bin.${MACHINE}/ftpd ${DESTDIR}${DIST}/usr/libexec/ftpd
        !            38:        cp -p bin.${MACHINE}/rexecd ${DESTDIR}${DIST}/usr/libexec/rexecd
        !            39:        cp -p bin.${MACHINE}/makekey ${DESTDIR}${DIST}/usr/libexec/makekey
        !            40:        rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/su/Makefile
        !            41:        cp -p -R src/su ${DESTDIR}${DIST}/usr/src/usr.bin
        !            42:        cp -p bin.${MACHINE}/su ${DESTDIR}${DIST}/usr/bin/su
        !            43:        rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/login/Makefile
        !            44:        cp -p -R src/login ${DESTDIR}${DIST}/usr/src/usr.bin
        !            45:        cp -p bin.${MACHINE}/login ${DESTDIR}${DIST}/usr/bin/login
        !            46:        rm -rf ${DESTDIR}${DIST}/usr/src/bin/rcp
        !            47:        cp -p -R src/rcp ${DESTDIR}${DIST}/usr/src/bin/rcp
        !            48:        cp -p bin.${MACHINE}/rcp ${DESTDIR}${DIST}/bin/rcp
        !            49:        cp -p bin.${MACHINE}/passwd ${DESTDIR}${DIST}/usr/bin/passwd
        !            50:        rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/passwd/Makefile
        !            51:        cp -p -R src/passwd ${DESTDIR}${DIST}/usr/src/usr.bin
        !            52:        rm -rf ${DESTDIR}${DIST}/usr/libexec/kpasswdd
        !            53:        rm -rf ${DESTDIR}${DIST}/usr/share/man/cat8/kpasswdd.0
        !            54:        rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin
        !            55:        cp -p -R src/rlogin ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin
        !            56:        cp -p bin.${MACHINE}/rlogin ${DESTDIR}${DIST}/usr/bin/rlogin
        !            57:        cp -p man/rlogin.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rlogin.0
        !            58:        rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rsh
        !            59:        cp -p -R src/rsh ${DESTDIR}${DIST}/usr/src/usr.bin/rsh
        !            60:        cp -p bin.${MACHINE}/rsh ${DESTDIR}${DIST}/usr/bin/rsh
        !            61:        cp -p man/rsh.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rsh.0
        !            62:        rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rlogind
        !            63:        cp -p -R src/rlogind ${DESTDIR}${DIST}/usr/src/libexec/rlogind
        !            64:        cp -p bin.${MACHINE}/rlogind ${DESTDIR}${DIST}/usr/libexec/rlogind
        !            65:        rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rshd
        !            66:        cp -p -R src/rshd ${DESTDIR}${DIST}/usr/src/libexec/rshd
        !            67:        cp -p bin.${MACHINE}/rshd ${DESTDIR}${DIST}/usr/libexec/rshd
        !            68:        cp -p src/Makefile.usrbin ${DESTDIR}${DIST}/usr/src/usr.bin/Makefile
        !            69:        cp -p src/Makefile.libexec ${DESTDIR}${DIST}/usr/src/libexec/Makefile
        !            70:        cp -p src/Makefile.old ${DESTDIR}${DIST}/usr/src/old/Makefile
        !            71:        rm -rf ${DESTDIR}${DIST}/usr/src/old/crypt
        !            72:        rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/des
        !            73:        rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/xsend
        !            74:        rm -f ${DESTDIR}${DIST}/usr/old/crypt
        !            75:        rm -f ${DESTDIR}${DIST}/usr/bin/des
        !            76:        rm -f ${DESTDIR}${DIST}/usr/bin/xsend
        !            77:        rm -f ${DESTDIR}${DIST}/usr/bin/xget
        !            78:        rm -f ${DESTDIR}${DIST}/usr/bin/enroll
        !            79:        rm -f ${DESTDIR}${DIST}/usr/share/man/old/cat1/crypt.0
        !            80:        rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/des.0
        !            81:        rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0
        !            82:        rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/xget.0
        !            83:        rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/enroll.0
        !            84:        cp -p src/ex/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/ex/Makefile
        !            85:        cp -p src/ex/ex.h ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.h
        !            86:        cp -p src/ex/ex.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.c
        !            87:        cp -p src/ex/ex_io.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_io.c
        !            88:        cp -p src/ex/ex_temp.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_temp.c
        !            89:        cp -p bin.${MACHINE}/ex ${DESTDIR}${DIST}/usr/bin/ex
        !            90:        cp -p src/ed/ed.c ${DESTDIR}${DIST}/usr/src/bin/ed/ed.c
        !            91:        cp -p src/ed/ed.1 ${DESTDIR}${DIST}/usr/src/bin/ed/ed.1
        !            92:        cp -p bin.${MACHINE}/ed ${DESTDIR}${DIST}/bin/ed
        !            93:        cp -p man/ed.0 ${DESTDIR}${DIST}/usr/share/man/cat3/ed.0
        !            94:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/weak_key.c
        !            95:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/random_key.c
        !            96:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/key_parity.c
        !            97:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/string_to_key.c
        !            98:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/des.c
        !            99:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/pcbc_encrypt.c
        !           100:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/cksum.c
        !           101:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/new_rnd_key.c
        !           102:        rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/cbc_encrypt.c
        !           103:        rm -f ${DESTDIR}${DIST}/usr/lib/libdes.a
        !           104:        rm -f ${DESTDIR}${DIST}/usr/lib/libdes_p.a
        !           105: 
        !           106: clean:

unix.superglobalmegacorp.com

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