# $Header$ # # Copyright 1990 by the Massachusetts Institute of Technology. # # For copying and distribution information, # please see the file . # # Imakefile for passwd utilities. # SRCS=chfn.c chpobox.c chsh.c SRCDIR=${SRCTOP}/clients/passwd CODE=${SRCS} Imakefile OBJS=chfn.o chpobox.o chsh.o program(chfn, chfn.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR}) program(chpobox, chpobox.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR}) program(chsh, chsh.o,${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR})