From: deraadt Date: Fri, 7 Apr 2000 02:33:38 +0000 (+0000) Subject: install correct cf distribution X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=46e5f19c132cabea469744749ba5ef8cc25680b8;p=openbsd install correct cf distribution --- diff --git a/etc/Makefile b/etc/Makefile index f504ac916b4..faab2dfa229 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.107 2000/04/06 18:26:04 millert Exp $ +# $OpenBSD: Makefile,v 1.108 2000/04/07 02:33:38 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -199,7 +199,7 @@ distribution-etc-root-var: distrib-dirs (cd etc.vax; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ ${DESTDIR}/) .endif - (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution) + (cd ../gnu/usr.sbin/sendmail/cf/cf; ${MAKE} distribution) (cd ../usr.sbin/ypserv/ypinit; ${MAKE} distribution) (cd ../usr.bin/ssh; ${MAKE} distribution) (cd ../usr.sbin/httpd; ${MAKE} -f Makefile.bsd-wrapper distribution)