diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2002-04-14 22:35:46 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2002-04-14 22:35:46 +0000 |
| commit | 48c3e9339b9405b4a8f99c9fc9cdb89b218535ab (patch) | |
| tree | e8e694eb9a706266614f89f4513475c5ae567436 | |
| parent | f2b9b94ab475a33ccd1e9f12b4fcbdf73ef165d5 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 83bde48cc1bd..8829b7413b67 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -61,7 +61,7 @@ distribute: .if defined(OBJFORMAT) echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat .endif - @echo + @echo distribution: (cd ${.CURDIR}; \ |
