From 33f01e3bce3d0e8b53a1f91023a74259e770e2cb Mon Sep 17 00:00:00 2001 From: rgrimes Date: Wed, 9 Feb 1994 03:40:59 +0000 Subject: [PATCH] Add obj/ in front of freefall.cf so that the install works. --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index da94d059efc9..dee55dda63fc 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -159,7 +159,7 @@ distribution: distrib-dirs cd ../cf/cf; \ ${MAKE} obj; \ ${MAKE} freefall.cf; \ - install -o root -g wheel -m 644 freefall.cf \ + install -o root -g wheel -m 644 obj/freefall.cf \ ${DESTDIR}/etc/sendmail.cf) (cd ../; \ install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)