diff options
author | jkh <jkh@FreeBSD.org> | 1996-06-25 18:05:58 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-06-25 18:05:58 +0000 |
commit | 3c719ec73164c2d007187695f7e1bd675adefb1c (patch) | |
tree | 498e8ee7192812cd60599d0685b7e7b46d48b501 /etc | |
parent | 860f339c7232c8702024ec047064a929d031fad9 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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) |