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.
This commit is contained in:
Rodney W. Grimes 1993-08-09 18:39:50 +00:00
parent 1ce6e34045
commit 94f07b5b72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=266

View 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)
(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: