|
|
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.5 (Berkeley) 10/30/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: 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.3 ${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: cp -p bin.${MACHINE}/su ${DESTDIR}${DIST}/usr/bin/su ! 41: rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/su/Makefile* ! 42: cp -p src/su/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/login ! 43: cp -p bin.${MACHINE}/login ${DESTDIR}${DIST}/usr/bin/login ! 44: rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/login/Makefile* ! 45: cp -p src/login/Makefile ${DESTDIR}${DIST}/usr/src/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 src/passwd/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/passwd ! 52: rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin ! 53: cp -p -R src/rlogin ${DESTDIR}${DIST}/usr/src/usr.bin/rlogin ! 54: cp -p bin.${MACHINE}/rlogin ${DESTDIR}${DIST}/usr/bin/rlogin ! 55: cp -p man/rlogin.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rlogin.0 ! 56: rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/rsh ! 57: cp -p -R src/rsh ${DESTDIR}${DIST}/usr/src/usr.bin/rsh ! 58: cp -p bin.${MACHINE}/rsh ${DESTDIR}${DIST}/usr/bin/rsh ! 59: cp -p man/rsh.0 ${DESTDIR}${DIST}/usr/share/man/cat1/rsh.0 ! 60: rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rlogind ! 61: cp -p -R src/rlogind ${DESTDIR}${DIST}/usr/src/libexec/rlogind ! 62: cp -p bin.${MACHINE}/rlogind ${DESTDIR}${DIST}/usr/libexec/rlogind ! 63: rm -rf ${DESTDIR}${DIST}/usr/src/libexec/rshd ! 64: cp -p -R src/rshd ${DESTDIR}${DIST}/usr/src/libexec/rshd ! 65: cp -p bin.${MACHINE}/rshd ${DESTDIR}${DIST}/usr/libexec/rshd ! 66: cp -p src/Makefile.libexec ${DESTDIR}${DIST}/usr/src/libexec/Makefile ! 67: cp -p bin.${MACHINE}/kpasswdd ${DESTDIR}${DIST}/usr/libexec/kpasswdd ! 68: cp -p man/kpasswdd.0 ${DESTDIR}${DIST}/usr/share/man/cat8/kpasswdd.0 ! 69: cp -p src/Makefile.old ${DESTDIR}${DIST}/usr/src/old/Makefile ! 70: rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/des ! 71: cp -p -R src/des ${DESTDIR}${DIST}/usr/src/usr.bin/des ! 72: cp -p bin.${MACHINE}/des ${DESTDIR}${DIST}/usr/bin/des ! 73: cp -p man/des.0 ${DESTDIR}${DIST}/usr/share/man/cat1/des.0 ! 74: rm -rf ${DESTDIR}${DIST}/usr/src/old/crypt ! 75: cp -p -R src/crypt ${DESTDIR}${DIST}/usr/src/old/crypt ! 76: cp -p bin.${MACHINE}/crypt ${DESTDIR}${DIST}/usr/old/crypt ! 77: cp -p man/crypt.0.1 ${DESTDIR}${DIST}/usr/share/man/old/cat1/crypt.0 ! 78: cp -p src/Makefile.usrbin ${DESTDIR}${DIST}/usr/src/usr.bin/Makefile ! 79: rm -rf ${DESTDIR}${DIST}/usr/src/usr.bin/xsend ! 80: cp -p -R src/xsend ${DESTDIR}${DIST}/usr/src/usr.bin/xsend ! 81: cp -p bin.${MACHINE}/xsend ${DESTDIR}${DIST}/usr/bin/xsend ! 82: cp -p bin.${MACHINE}/xget ${DESTDIR}${DIST}/usr/bin/xget ! 83: cp -p bin.${MACHINE}/enroll ${DESTDIR}${DIST}/usr/bin/enroll ! 84: cp -p man/xsend.0 ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0 ! 85: rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/xget.0 ! 86: ln ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0 \ ! 87: ${DESTDIR}${DIST}/usr/share/man/cat1/xget.0 ! 88: rm -f ${DESTDIR}${DIST}/usr/share/man/cat1/enroll.0 ! 89: ln ${DESTDIR}${DIST}/usr/share/man/cat1/xsend.0 \ ! 90: ${DESTDIR}${DIST}/usr/share/man/cat1/enroll.0 ! 91: cp -p src/ex/Makefile ${DESTDIR}${DIST}/usr/src/usr.bin/ex/Makefile ! 92: cp -p src/ex/ex.h ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.h ! 93: cp -p src/ex/ex.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex.c ! 94: cp -p src/ex/ex_io.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_io.c ! 95: cp -p src/ex/ex_temp.c ${DESTDIR}${DIST}/usr/src/usr.bin/ex/ex_temp.c ! 96: cp -p bin.${MACHINE}/ex ${DESTDIR}${DIST}/usr/bin/ex ! 97: cp -p src/ed/ed.c ${DESTDIR}${DIST}/usr/src/bin/ed/ed.c ! 98: cp -p src/ed/ed.1 ${DESTDIR}${DIST}/usr/src/bin/ed/ed.1 ! 99: cp -p bin.${MACHINE}/ed ${DESTDIR}${DIST}/bin/ed ! 100: cp -p man/ed.0 ${DESTDIR}${DIST}/usr/share/man/cat1/ed.0 ! 101: cp -R -p src/kerberosIV/des ${DESTDIR}${DIST}/usr/src/kerberosIV ! 102: cp -p src/kerberosIV/libdes.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libdes.a ! 103: cp -p src/kerberosIV/libdes_p.a.${MACHINE} ${DESTDIR}${DIST}/usr/lib/libdes_p.a ! 104: ! 105: clean:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.