
COBJS =	\
 crypt.o \
 des_crypt.o \
 des_soft.o

REENT_OBJS= crypt.ro

OBJS= $(COBJS) $(REENT_OBJS)


FLAVOR= .

include $(FLAVOR)/make.flavor

