|
|
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 foreign 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 ${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}/passwd ${DESTDIR}${DIST}/usr/bin/passwd
37: cmp -l bin.${MACHINE}/lock ${DESTDIR}${DIST}/usr/bin/lock
38: cmp -l bin.${MACHINE}/telnet ${DESTDIR}${DIST}/usr/bin/telnet
39: cmp -l bin.${MACHINE}/uucpd ${DESTDIR}${DIST}/usr/libexec/uucpd
40: cmp -l bin.${MACHINE}/ftpd ${DESTDIR}${DIST}/usr/libexec/ftpd
41: cmp -l bin.${MACHINE}/rexecd ${DESTDIR}${DIST}/usr/libexec/rexecd
42: cmp -l bin.${MACHINE}/makekey ${DESTDIR}${DIST}/usr/libexec/makekey
43: #rm -rf ${DESTDIR}${DIST}/usr/src/bin/rcp
44: diff -r src/rcp ${DESTDIR}${DIST}/usr/src/bin/rcp
45: cmp -l bin.${MACHINE}/rcp ${DESTDIR}${DIST}/bin/rcp
46: cmp -l bin.${MACHINE}/passwd ${DESTDIR}${DIST}/usr/bin/passwd
47: #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/passwd/Makefile
48: diff -r src/passwd/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/passwd
49: diff -r src/login/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/login
50: diff -r src/su/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/su
51: #rm -rf ${DESTDIR}${DIST}/usr/libexec/kpasswdd
52: #rm -rf ${DESTDIR}${DIST}/usr/share/man/cat8/kpasswdd.0
53: #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin
54: diff -r src/rlogin ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin
55: cmp -l bin.${MACHINE}/rlogin ${DESTDIR}${DIST}/usr/bin/rlogin
56: cmp -l man/rlogin.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rlogin.0
57: #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rsh
58: diff -r src/rsh ${DESTDIR}${DIST}/usr/src/usr.bin/rsh
59: cmp -l bin.${MACHINE}/rsh ${DESTDIR}${DIST}/usr/bin/rsh
60: cmp -l man/rsh.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rsh.0
61: #rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rlogind
62: diff -r src/rlogind ${DESTDIR}${DIST}/usr/src/libexec/rlogind
63: cmp -l bin.${MACHINE}/rlogind ${DESTDIR}${DIST}/usr/libexec/rlogind
64: #rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rshd
65: diff -r src/rshd ${DESTDIR}${DIST}/usr/src/libexec/rshd
66: cmp -l bin.${MACHINE}/rshd ${DESTDIR}${DIST}/usr/libexec/rshd
67: cmp -l src/Makefile.usrbin ${DESTDIR}${DIST}/usr/src/usr.bin/Makefile
68: cmp -l src/Makefile.libexec ${DESTDIR}${DIST}/usr/src/libexec/Makefile
69: cmp -l src/Makefile.old ${DESTDIR}${DIST}/usr/src/old/Makefile
70: #rm -rf ${DESTDIR}${DIST}/usr/src/old/crypt
71: #rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/xsend
72: #rm -f ${DESTDIR}${DIST}/usr/old/crypt
73: #rm -f ${DESTDIR}${DIST}/usr/bin/xsend
74: #rm -f ${DESTDIR}${DIST}/usr/bin/xget
75: #rm -f ${DESTDIR}${DIST}/usr/bin/enroll
76: #rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/crypt.0
77: #rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0
78: #rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/xget.0
79: #rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/enroll.0
80: cmp -l src/ex/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/ex/Makefile
81: cmp -l src/ex/ex.h ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.h
82: cmp -l src/ex/ex.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.c
83: cmp -l src/ex/ex_io.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_io.c
84: cmp -l src/ex/ex_temp.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_temp.c
85: cmp -l bin.${MACHINE}/ex ${DESTDIR}${DIST}/usr/bin/ex
86: cmp -l src/ed/ed.c ${DESTDIR}${DIST}/usr/src/bin/ed/ed.c
87: cmp -l src/ed/ed.1 ${DESTDIR}${DIST}/usr/src/bin/ed/ed.1
88: cmp -l bin.${MACHINE}/ed ${DESTDIR}${DIST}/bin/ed
89: cmp -l man/ed.0 ${DESTDIR}${DIST}/usr/share/man/cat3/ed.0
90: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/weak_key.c
91: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/random_key.c
92: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/key_parity.c
93: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/string_to_key.c
94: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/des.c
95: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/pcbc_encrypt.c
96: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/cksum.c
97: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/new_rnd_key.c
98: #rm -f ${DESTDIR}${DIST}/usr/src/kerberosIV/des/cbc_encrypt.c
99: #rm -f ${DESTDIR}${DIST}/usr/lib/libdes.a
100: #rm -f ${DESTDIR}${DIST}/usr/lib/libdes_p.a
101:
102: clean:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.