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

#define IHaveSubdirs

#if (SY_AIX221 || SY_AIX3 || SY_AIX31)
        SUBDIRS = $(SYS_IDENT)
#else
        SUBDIRS = $(SYS_IDENT) common
#endif


