]> andersk Git - moira.git/blobdiff - clients/passwd/Imakefile
Initial revision
[moira.git] / clients / passwd / Imakefile
diff --git a/clients/passwd/Imakefile b/clients/passwd/Imakefile
new file mode 100644 (file)
index 0000000..6c19c1f
--- /dev/null
@@ -0,0 +1,18 @@
+# $Header$
+#
+# 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})
This page took 0.646252 seconds and 4 git commands to generate.