*** Imakefile.orig	Thu Jun 25 17:23:03 1998
--- Imakefile	Thu Jun 25 17:24:18 1998
***************
*** 17,28 ****
  	afterdoc \
  	apps/ascd \
  	apps/asclock \
- 	apps/asfsm \
- 	apps/asload \
  	apps/asmail \
! 	apps/asmix \
! 	apps/asmixer \
! 	apps/asprint \
  	apps/xiterm/src \
  	modules/ASSound \
  	modules/Animate \
--- 17,24 ----
  	afterdoc \
  	apps/ascd \
  	apps/asclock \
  	apps/asmail \
! 	apps/asmodem \
  	apps/xiterm/src \
  	modules/ASSound \
  	modules/Animate \
***************
*** 43,52 ****
  MakeSubdirs($(SUBDIRS))
  
  install::
! 	if [ -d /usr/share/afterstep/ ] ; \
! 	then mv /usr/share/afterstep/ /usr/share/oldafterstep ; \
  	fi
! 	cp -R afterstep /usr/share/afterstep
  
  mrproper::
  	rm -fr config.cache config.log config.status Makefile.bak *.orig
--- 39,48 ----
  MakeSubdirs($(SUBDIRS))
  
  install::
! 	if [ -d /usr/X11R6/share/afterstep/ ] ; \
! 	then mv /usr/X11R6/share/afterstep/ /usr/X11R6/share/oldafterstep ; \
  	fi
! 	cp -R afterstep /usr/X11R6/share/afterstep
  
  mrproper::
  	rm -fr config.cache config.log config.status Makefile.bak *.orig
