diff options
author | Dima Ruban <dima@FreeBSD.org> | 1998-09-25 08:21:15 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 1998-09-25 08:21:15 +0000 |
commit | 033b33635cb9d0349161c8de457f85e7347b656d (patch) | |
tree | 9073d60dccb4e5f3eb56311ce56a908b3c8778bc /etc/Makefile | |
parent | 577d442f10b0f9c216a8a30249b471833f3c7d4c (diff) | |
download | src-test2-033b33635cb9d0349161c8de457f85e7347b656d.tar.gz src-test2-033b33635cb9d0349161c8de457f85e7347b656d.zip |
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 4cca5a3a5769..548ad37d1df8 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.175 1998/09/23 08:06:30 jkh Exp $ +# $Id: Makefile,v 1.176 1998/09/25 07:42:29 dima Exp $ SUBDIR= sendmail @@ -42,7 +42,7 @@ etc: distribute: cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin .if defined(OBJFORMAT) - echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/etc/objformat + echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat .endif @echo |