diff options
author | jkh <jkh@FreeBSD.org> | 1994-12-18 12:15:13 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-12-18 12:15:13 +0000 |
commit | 78bfd8e0f5ca4f3b5a10fe20991f9fdcf9af248a (patch) | |
tree | cb618d3f17020c1cabb4d60237bb2c321a2055bd | |
parent | edb47c7e7ffe8038a907f861b54a37ab4b8be770 (diff) | |
download | FreeBSD-src-78bfd8e0f5ca4f3b5a10fe20991f9fdcf9af248a.zip FreeBSD-src-78bfd8e0f5ca4f3b5a10fe20991f9fdcf9af248a.tar.gz |
Move some obnoxious files: airport, birthtoken, flowers, na.phone & zipcodes
to the "dict" dist.
This is belived to reduce the risk of heart attacks in some european countries.
phk ristede runen.
-rw-r--r-- | release/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index fe1f903..f07ea93 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.62 1994/12/01 20:02:44 jkh Exp $ +# $Id: Makefile,v 1.63 1994/12/17 12:38:09 jkh Exp $ # FLOPPY= fd0 @@ -206,6 +206,12 @@ beforetarballs: rm -rf ${RELEASEDIR}/dict/usr/share/dict mv ${RELEASEDIR}/bindist/usr/share/dict \ ${RELEASEDIR}/dict/usr/share/dict + mv ${RELEASEDIR}/bindist/usr/share/misc/airport \ + ${RELEASEDIR}/bindist/usr/share/misc/birthtoken \ + ${RELEASEDIR}/bindist/usr/share/misc/flowers \ + ${RELEASEDIR}/bindist/usr/share/misc/na.phone \ + ${RELEASEDIR}/bindist/usr/share/misc/zipcodes \ + ${RELEASEDIR}/dict/usr/share/misc mv ${RELEASEDIR}/bindist/usr/lib/*_p.a \ ${RELEASEDIR}/proflibs/usr/lib -cd ${RELEASEDIR} ; \ |