# $Header: /afs/athena.mit.edu/astaff/project/moiradev/src/clients/passwd/RCS/Imakefile,v 1.2 91/03/21 11:08:59 mar Exp $
#
# Copyright 1990 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# 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})
