summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-25 18:05:58 +0000
committerjkh <jkh@FreeBSD.org>1996-06-25 18:05:58 +0000
commit3c719ec73164c2d007187695f7e1bd675adefb1c (patch)
tree498e8ee7192812cd60599d0685b7e7b46d48b501 /etc
parent860f339c7232c8702024ec047064a929d031fad9 (diff)
downloadFreeBSD-src-3c719ec73164c2d007187695f7e1bd675adefb1c.zip
FreeBSD-src-3c719ec73164c2d007187695f7e1bd675adefb1c.tar.gz
The way sendmail.cf is installed here is gross and needs to be totally
redone. For now, use the objlink target to give it the obj directory it needs.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b79696c..8e5b183 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.135 1996/03/22 17:28:07 nate Exp $
+# $Id: Makefile,v 1.136 1996/04/03 17:13:57 phk Exp $
# -rw-r--r--
BINOWN= root
@@ -105,7 +105,7 @@ distribution:
${MAKE} all; \
${MAKE} install; \
cd ../cf/cf; \
- ${MAKE} obj; \
+ ${MAKE} objlink; \
${MAKE} freebsd.cf; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 obj/freebsd.cf \
${DESTDIR}/etc/sendmail.cf)
OpenPOWER on IntegriCloud