diff options
author | dima <dima@FreeBSD.org> | 1998-09-25 07:42:29 +0000 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1998-09-25 07:42:29 +0000 |
commit | de2a29bccdc54e78ead4a2e0e8620955742b8fc8 (patch) | |
tree | aba18083011264651bb2a462f682962022c6dd57 /etc | |
parent | 91874fe8cdb8d6279b697259dbad522f796289d5 (diff) | |
download | FreeBSD-src-de2a29bccdc54e78ead4a2e0e8620955742b8fc8.zip FreeBSD-src-de2a29bccdc54e78ead4a2e0e8620955742b8fc8.tar.gz |
${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformat
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index c02ba35..4cca5a3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.174 1998/09/22 15:10:18 max Exp $ +# $Id: Makefile,v 1.175 1998/09/23 08:06:30 jkh Exp $ SUBDIR= sendmail @@ -42,7 +42,7 @@ etc: distribute: cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin .if defined(OBJFORMAT) - echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat + echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/etc/objformat .endif @echo |