Update FREEBSD-upgrade file after removing random.*

This commit is contained in:
James Raynard 1997-10-16 21:45:46 +00:00
parent 156ac67ae3
commit 9498125fa7

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