/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
FontRule()

DeclareFont(con10)
DeclareFont(con12)

#ifdef WM_ENV
install.time:: con10.fwm con12.fwm
	$(RM) $(DESTDIR)/$(FONTDESTWM)/console10.fwm
	$(RM) $(DESTDIR)/$(FONTDESTWM)/console12.fwm
	$(LN) con10.fwm $(DESTDIR)/$(FONTDESTWM)/console10.fwm
	$(LN) con12.fwm $(DESTDIR)/$(FONTDESTWM)/console12.fwm
#endif /* WM_ENV */
