diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-28 05:37:04 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-06-28 05:37:04 +0000 |
| commit | 97e31cd74cddba5222dea040390722ee873f4206 (patch) | |
| tree | a01ca141fd6be261ba778504bbe63d6034eac860 /etc/Makefile | |
| parent | cd10dd069810e78d03c13c6aa59611c41967438d (diff) | |
Notes
Diffstat (limited to 'etc/Makefile')
| -rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index f6fa4ac12b23..60b83807bc36 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; \ |
