Annotation of 43BSDReno/domestic/Makefile.test, 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.test       1.1 (Berkeley) 10/21/90
        !            20: #
        !            21: # This makefile builds the domestic distribution tree for 4.3BSD
        !            22: #
        !            23: DESTDIR=
        !            24: DIST=  /nbsd
        !            25: 
        !            26: all:
        !            27: 
        !            28: install:
        !            29:        cmp -l src/libc/crypt.c ${DESTDIR}${DIST}/usr/src/lib/libc/gen/crypt.c
        !            30:        cmp -l src/libc/libc.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libc.a
        !            31:        cmp -l src/libc/libc_p.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libc_p.a
        !            32:        cmp -l src/libc/crypt.3 ${DESTDIR}${DIST}/usr/src/lib/libc/gen/crypt.3
        !            33:        cmp -l man/crypt.0.3 ${DESTDIR}${DIST}/usr/share/man/cat3/crypt.0
        !            34:        cmp -l bin.${MACHINE}/login ${DESTDIR}${DIST}/usr/bin/login
        !            35:        cmp -l bin.${MACHINE}/su ${DESTDIR}${DIST}/usr/bin/su
        !            36:        cmp -l bin.${MACHINE}/lock ${DESTDIR}${DIST}/usr/bin/lock
        !            37:        cmp -l bin.${MACHINE}/telnet ${DESTDIR}${DIST}/usr/bin/telnet
        !            38:        cmp -l bin.${MACHINE}/uucpd ${DESTDIR}${DIST}/usr/libexec/uucpd
        !            39:        cmp -l bin.${MACHINE}/ftpd ${DESTDIR}${DIST}/usr/libexec/ftpd
        !            40:        cmp -l bin.${MACHINE}/rexecd ${DESTDIR}${DIST}/usr/libexec/rexecd
        !            41:        cmp -l bin.${MACHINE}/makekey ${DESTDIR}${DIST}/usr/libexec/makekey
        !            42:        #rm -rf ${DESTDIR}${DIST}/usr/src/bin/rcp
        !            43:        diff -r src/rcp ${DESTDIR}${DIST}/usr/src/bin/rcp
        !            44:        cmp -l bin.${MACHINE}/rcp ${DESTDIR}${DIST}/bin/rcp
        !            45:        cmp -l bin.${MACHINE}/passwd ${DESTDIR}${DIST}/usr/bin/passwd
        !            46:        #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/passwd/Makefile*
        !            47:        cmp -l src/passwd/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/passwd/Makefile
        !            48:        #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin
        !            49:        diff -r src/rlogin ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin
        !            50:        cmp -l bin.${MACHINE}/rlogin ${DESTDIR}${DIST}/usr/bin/rlogin
        !            51:        cmp -l man/rlogin.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rlogin.0
        !            52:        #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rsh
        !            53:        diff -r src/rsh ${DESTDIR}${DIST}/usr/src/usr.bin/rsh
        !            54:        cmp -l bin.${MACHINE}/rsh ${DESTDIR}${DIST}/usr/bin/rsh
        !            55:        cmp -l man/rsh.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rsh.0
        !            56:        #rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rlogind
        !            57:        diff -r src/rlogind ${DESTDIR}${DIST}/usr/src/libexec/rlogind
        !            58:        cmp -l bin.${MACHINE}/rlogind ${DESTDIR}${DIST}/usr/libexec/rlogind
        !            59:        #rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rshd
        !            60:        diff -r src/rshd ${DESTDIR}${DIST}/usr/src/libexec/rshd
        !            61:        cmp -l bin.${MACHINE}/rshd ${DESTDIR}${DIST}/usr/libexec/rshd
        !            62:        cmp -l src/Makefile.libexec ${DESTDIR}${DIST}/usr/src/libexec/Makefile
        !            63:        cmp -l bin.${MACHINE}/kpasswdd ${DESTDIR}${DIST}/usr/libexec/kpasswdd
        !            64:        cmp -l man/kpasswdd.0 ${DESTDIR}${DIST}/usr/share/man/cat8/kpasswdd.0
        !            65:        cmp -l src/Makefile.old ${DESTDIR}${DIST}/usr/src/old/Makefile
        !            66:        #rm -rf ${DESTDIR}${DIST}/usr/src/old/crypt
        !            67:        diff -r src/crypt ${DESTDIR}${DIST}/usr/src/old/crypt
        !            68:        cmp -l bin.${MACHINE}/crypt ${DESTDIR}${DIST}/usr/old/crypt
        !            69:        cmp -l man/crypt.0.1 ${DESTDIR}${DIST}/usr/share/man/old/cat1/crypt.0
        !            70:        cmp -l src/Makefile.usrbin ${DESTDIR}${DIST}/usr/src/usr.bin/Makefile
        !            71:        #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/xsend
        !            72:        diff -r src/xsend ${DESTDIR}${DIST}/usr/src/usr.bin/xsend
        !            73:        cmp -l bin.${MACHINE}/xsend ${DESTDIR}${DIST}/usr/bin/xsend
        !            74:        cmp -l bin.${MACHINE}/xget ${DESTDIR}${DIST}/usr/bin/xget
        !            75:        cmp -l bin.${MACHINE}/enroll ${DESTDIR}${DIST}/usr/bin/enroll
        !            76:        cmp -l man/xsend.0 ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0
        !            77:        #rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/xget.0
        !            78:        #ln ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0 \
        !            79:                ${DESTDIR}${DIST}/usr/share/man/cat1/xget.0
        !            80:        #rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/enroll.0
        !            81:        #ln ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0 \
        !            82:                ${DESTDIR}${DIST}/usr/share/man/cat1/enroll.0
        !            83:        cmp -l src/ex/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/ex/Makefile
        !            84:        cmp -l src/ex/ex.h ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.h
        !            85:        cmp -l src/ex/ex.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.c
        !            86:        cmp -l src/ex/ex_io.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_io.c
        !            87:        cmp -l src/ex/ex_temp.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_temp.c
        !            88:        cmp -l bin.${MACHINE}/ex ${DESTDIR}${DIST}/usr/bin/ex
        !            89:        cmp -l src/ed/ed.c ${DESTDIR}${DIST}/usr/src/bin/ed/ed.c
        !            90:        cmp -l src/ed/ed.1 ${DESTDIR}${DIST}/usr/src/bin/ed/ed.1
        !            91:        cmp -l bin.${MACHINE}/ed ${DESTDIR}${DIST}/bin/ed
        !            92:        cmp -l man/ed.0 ${DESTDIR}${DIST}/usr/share/man/cat1/ed.0
        !            93:        cmp -l src/kerberosIV/libdes.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libdes.a
        !            94:        cmp -l src/kerberosIV/libdes_p.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libdes_p.a
        !            95:        diff -r src/kerberosIV/des ${DESTDIR}${DIST}/usr/src/kerberosIV/des
        !            96: 
        !            97: clean:

unix.superglobalmegacorp.com

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