aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-09 17:02:17 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-09 17:02:17 +0000
commitf9b4e354333706f10123fa5b81e9266d96c199e4 (patch)
tree2c9a6d750cde2f0ad8142a16d0e225e69779db3d
parentcd41d9bac86cabf97e29fb889f9f956898d2d697 (diff)
downloadsrc-f9b4e354333706f10123fa5b81e9266d96c199e4.tar.gz
src-f9b4e354333706f10123fa5b81e9266d96c199e4.zip
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.
Notes
Notes: svn path=/head/; revision=263
-rw-r--r--etc/Makefile4
1 files changed, 4 insertions, 0 deletions
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