From 94f07b5b724870acbfeb6e0449437fa9769d503b Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 9 Aug 1993 18:39:50 +0000 Subject: [PATCH] Moved make copies of src/includes to be after the top level make install so that the binary distribution ends up with full blown include files. --- etc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/Makefile b/etc/Makefile index 0193abe94f4..d32353c5fb9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -95,13 +95,13 @@ distribution: distrib-dirs .if ${MACHINE} == "i386" (cd ../sys/i386/boot; make depend all install cleandir; \ cd /usr/mdec; find . | cpio -pdalmuv ${DESTDIR}/usr/mdec) - (cd ../include; make copies) (cd ../usr.sbin/sendmail/src; make install; \ cd ../cf/cf; make tcpproto.cf; \ install -o root -g wheel -m 644 tcpproto.cf \ ${DESTDIR}/etc/sendmail.cf) (cd ../; install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/) (cd ..; make install) + (cd ../include; make copies) .endif hcx9-distribution: