Added installation of CONTRIB.386BSD CONTRIB.FreeBSD and COPYRIGHT to /

when building a distribution for the i386 case.  This keeps us from violating
Berkeley's and Bill Jolitz's copyrights.
This commit is contained in:
Rodney W. Grimes 1993-08-09 17:02:17 +00:00
parent cd41d9bac8
commit f9b4e35433
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263

View File

@ -27,6 +27,9 @@ PCS= pcs750.bin
WCS1= wcs fppwcs poc poc1 poc2 fppoc
WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
# Special top level files for FreeBSD
FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD COPYRIGHT
all clean cleandir depend etc install lint:
distribution: distrib-dirs
@ -97,6 +100,7 @@ distribution: distrib-dirs
cd ../cf/cf; make tcpproto.cf; \
install -o root -g wheel -m 644 tcpproto.cf \
${DESTDIR}/etc/sendmail.cf)
(cd ../; install -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
(cd ..; make install)
.endif