${DISTDIR}/bin/etc/objformat -> ${DISTDIR}/etc/objformat

This commit is contained in:
Dima Ruban 1998-09-25 07:42:29 +00:00
parent 2786a038a2
commit 577d442f10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39635

View File

@ -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