From 4193aa953c78a1794011e1fd02b0e6b74250438b Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 28 Jun 1994 05:37:04 +0000 Subject: Fix a simple makefile brain-o; didn't effect 1.1.5A since we don't compile with CRYPT initially set. --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index f6fa4ac..60b8380 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.71 1994/06/22 08:37:28 jkh Exp $ +# $Id: Makefile,v 1.73 1994/06/24 22:18:46 jkh Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -190,7 +190,7 @@ distribution: distrib-dirs (cd ${.CURDIR}/..; NOCRYPT=nocrypt; export NOCRYPT; ${MAKE} install) .else (cd ${.CURDIR}; ${MAKE} crypt) - (cd ${.CURDIR}/..; ${MAKE} install + (cd ${.CURDIR}/..; ${MAKE} install) .endif (cd ${.CURDIR}/../usr.sbin/sendmail/src; \ ${MAKE} install; \ -- cgit v1.1