movemail: movemail.c $(CC) -o movemail -DNETSCAPE movemail.c clean: rm -f *.o movemail@EXEEXT@ .depend distclean: rm -f Makefile rm -Rf CVS dep: # # include a dependency file if one exists # ifeq (.depend,$(wildcard .depend)) include .depend endif