]> andersk Git - moira.git/blob - clients/passwd/Imakefile
update for dirremote->dirmailhide
[moira.git] / clients / passwd / Imakefile
1 # $Header$
2 #
3 # Copyright 1990 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for passwd utilities.
9 #
10
11 SRCS=chfn.c chpobox.c chsh.c
12 SRCDIR=${SRCTOP}/clients/passwd
13 CODE=${SRCS} Imakefile
14 OBJS=chfn.o chpobox.o chsh.o
15
16 program(chfn, chfn.o,${MR_LIBDEP}, ${CLIBS},${PROGDIR})
17 program(chpobox, chpobox.o,${MR_LIBDEP}, ${CLIBS},${PROGDIR})
18 program(chsh, chsh.o,${MR_LIBDEP}, ${CLIBS},${PROGDIR})
This page took 0.037585 seconds and 5 git commands to generate.