From f9b4e354333706f10123fa5b81e9266d96c199e4 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 9 Aug 1993 17:02:17 +0000 Subject: [PATCH] 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. --- etc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/Makefile b/etc/Makefile index 2c43728e4aaa..d087399fb13d 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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