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:
parent
8261c21fc4
commit
237ff6cadb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user