Update FREEBSD-upgrade file after removing random.*

This commit is contained in:
jraynard 1997-10-16 21:45:46 +00:00
parent 08fea1ce47
commit 188f061970

View File

@ -43,6 +43,8 @@ missing/
mkinstalldirs
pc/
protos.h
random.c
random.h
regex.c
stamp-h.in
vms/
@ -57,4 +59,8 @@ cd /usr/src/contrib/awk
ln -s /path/to/new/awk gawk
cd test && make
jraynard@freebsd.org 26 Sept 1997
NB It may also be necessary to do
chmod u+x poundbang fflush.sh
jraynard@freebsd.org