diff --git a/etc/Makefile b/etc/Makefile index 6ee3d9ef5674..ef303d7eb055 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.126 1995/10/28 09:39:57 peter Exp $ +# $Id: Makefile,v 1.127 1995/11/30 02:32:40 jkh Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -224,8 +224,8 @@ distribution: ${MAKE} install; \ cd ../cf/cf; \ ${MAKE} obj; \ - ${MAKE} freefall.cf; \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 obj/freefall.cf \ + ${MAKE} freebsd.cf; \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 obj/freebsd.cf \ ${DESTDIR}/etc/sendmail.cf) (cd ${.CURDIR}/..; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \