Moved make copies of src/includes to be after the top level make install
authorRod Grimes <rgrimes@FreeBSD.org>
Mon, 9 Aug 1993 18:39:50 +0000 (18:39 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Mon, 9 Aug 1993 18:39:50 +0000 (18:39 +0000)
so that the binary distribution ends up with full blown include files.

etc/Makefile

index 0193abe..d32353c 100644 (file)
@@ -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)
 .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 ../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:
 .endif
 
 hcx9-distribution: