/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
CONS = *.con

InstallMultiple($(CONS), $(INSTINCFLAGS), $(DESTDIR)/lib/consoles)

#ifndef CMU_ENV
InstallFileToFile(default.xcn, $(INSTINCFLAGS), $(DESTDIR)/lib/consoles/default.con)
#endif /* CMU_ENV */
