From a82fb69f28938832674affdd0bf775ba0db8b038 Mon Sep 17 00:00:00 2001 From: ambar Date: Sun, 2 Aug 1987 19:46:26 +0000 Subject: [PATCH] changed name of chhome to chpobox --- clients/passwd/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/clients/passwd/Makefile b/clients/passwd/Makefile index e54841e2..5a20b5a0 100644 --- a/clients/passwd/Makefile +++ b/clients/passwd/Makefile @@ -1,4 +1,4 @@ -# Makefile for SMS clients passwd/chfn/chhome/chsh +# Makefile for SMS clients passwd/chfn/chpobox/chsh # # MIT Project Athena # @@ -6,9 +6,12 @@ # $Header$ # $Author$ # $Log$ -# Revision 1.2 1987-07-31 01:24:43 ambar -# added install target +# Revision 1.3 1987-08-02 19:46:26 ambar +# changed name of chhome to chpobox # +# Revision 1.2 87/07/31 01:24:43 ambar +# added install target +# # DESTDIR= DEFINES = -O @@ -18,7 +21,7 @@ BINDIR = ${DESTDIR}/bin SMSLIB = ../../lib/libsms.a ../../lib/libgdb.a ../../lib/libmisc.a -PROGS= passwd chfn chhome chsh +PROGS= passwd chfn chpobox chsh all: ${PROGS} @@ -28,8 +31,8 @@ passwd: passwd.o chfn: chfn.o cc -o chfn chfn.o ${SMSLIB} -lkrb -ldes -chhome: chhome.o - cc -o chhome chhome.o ${SMSLIB} -lkrb -ldes +chpobox: chpobox.o + cc -o chpobox chpobox.o ${SMSLIB} -lkrb -ldes chsh: chsh.o cc -o chsh chsh.o ${SMSLIB} -lkrb -ldes @@ -45,4 +48,4 @@ install: ${PROGS} install passwd ${DESTDIR}/usr/athena/passwd install chsh ${DESTDIR}/usr/athena/chsh install chfn ${DESTDIR}/usr/athena/chfn - install chhome ${DESTDIR}/usr/athena/chhome + install chpobox ${DESTDIR}/usr/athena/chpobox -- 2.45.2