diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-09 04:23:30 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-09 04:23:30 +0000 |
commit | 591343d9f9dd08d69dbdd96ebd1d53577383176f (patch) | |
tree | 3261883d19e48a6e4f186753357faca04b817065 /distrib/powerpc/kc | |
parent | 19f7d699638b73f5d4cc4638fd20600d808d3dee (diff) |
Changes to shrink kc filesystem, remove update from dot.profile
and remove an extra file.
Diffstat (limited to 'distrib/powerpc/kc')
-rw-r--r-- | distrib/powerpc/kc/.tmp_raminst022552 | 6 | ||||
-rw-r--r-- | distrib/powerpc/kc/dot.profile | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/distrib/powerpc/kc/.tmp_raminst022552 b/distrib/powerpc/kc/.tmp_raminst022552 deleted file mode 100644 index 572633ce921..00000000000 --- a/distrib/powerpc/kc/.tmp_raminst022552 +++ /dev/null @@ -1,6 +0,0 @@ -.include "/proj/openbsd/src/usr.sbin/chroot/Makefile" -.if defined(PROG) && !defined(OBJS) -OBJS=${PROG}.o -.endif -crunchgen_objs: - @echo 'OBJS= '${OBJS} diff --git a/distrib/powerpc/kc/dot.profile b/distrib/powerpc/kc/dot.profile index ae680ce4b40..603cd70ea87 100644 --- a/distrib/powerpc/kc/dot.profile +++ b/distrib/powerpc/kc/dot.profile @@ -40,9 +40,6 @@ echo 'erase ^?, werase ^H, kill ^U, intr ^C' stty newcrt werase ^H intr ^C kill ^U erase ^? 9600 echo '' -# start running update, so that installed software is written as it goes. -update - # pull in the function definitions that people will use from the shell prompt. . /.commonutils . /.instutils |