From 9a89eb93461c6cab11f8ad0d39a60f77f647ca30 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 29 Oct 1994 12:47:44 +0000 Subject: Fixes related to release-production: bdes only if !NOCRYPT Always MAKEDEV in bindist, otherwise diskless installation is a mess. --- etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 969b0b12a1e9..71699cb89e54 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.89 1994/10/17 02:32:36 phk Exp $ +# $Id: Makefile,v 1.90 1994/10/22 02:11:08 phk Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -122,7 +122,9 @@ SCRYPT_LIB= lib/libcrypt DESCRYPT_LIB= secure/lib/libcrypt CRYPT_SRCS= bin/ed bin/rcp CRYPT_SRCS+= sbin/init +.if !defined(NOCRYPT) CRYPT_SRCS+= secure/usr.bin/bdes +.endif CRYPT_DIRS= bin sbin usr usr/bin usr/lib all depend etc install lint: @@ -159,9 +161,7 @@ distribution: distrib-dirs pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \ install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev ) -.if defined(CDROMDIST) (cd ${DESTDIR}/dev; sh MAKEDEV all) ; -.endif (cd ${.CURDIR}/root; \ install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \ ${DESTDIR}/root/.cshrc; \ -- cgit v1.2.3