summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-09-23 08:06:30 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-09-23 08:06:30 +0000
commite413bb5ca1d13da31b3d901bfa12f542f681cbec (patch)
tree798aacf751b860dcfe884d3e31833e2b9c1522d5
parentab5998ff8529538d0e332df7145bd835b3309819 (diff)
Notes
-rw-r--r--etc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 880a91cc36de..c02ba3532c9b 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.173 1998/09/19 22:42:01 obrien Exp $
+# $Id: Makefile,v 1.174 1998/09/22 15:10:18 max Exp $
SUBDIR= sendmail
@@ -41,6 +41,10 @@ etc:
distribute:
cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin
+.if defined(OBJFORMAT)
+ echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat
+.endif
+ @echo
distribution:
(cd ${.CURDIR}; \