From 7eef31e6e6b93158937587a35267e01332974e67 Mon Sep 17 00:00:00 2001 From: wesommer Date: Sun, 23 Aug 1987 01:43:34 +0000 Subject: [PATCH] Checkin for release. --- clients/Makefile | 5 +++-- clients/mrtest/Makefile | 7 ++++--- update/Makefile | 5 +++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/clients/Makefile b/clients/Makefile index aaa5f061..6c94f022 100644 --- a/clients/Makefile +++ b/clients/Makefile @@ -7,7 +7,7 @@ DESTDIR= -SUBDIRS= aliasbld finger listmaint servermaint usermaint userreg +SUBDIRS= aliasbld listmaint passwd servermaint userreg usermaint mailmaint all: for i in ${SUBDIRS}; do \ @@ -15,9 +15,10 @@ all: install: for i in ${SUBDIRS}; do \ - (cd $$; make ${MFLAGS} install); done + (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done clean: + rm -f *~ *.bak for i in ${SUBDIRS}; do \ (cd $$i; make ${MFLAGS} clean); done diff --git a/clients/mrtest/Makefile b/clients/mrtest/Makefile index 11bbeb60..972812b0 100644 --- a/clients/mrtest/Makefile +++ b/clients/mrtest/Makefile @@ -29,6 +29,7 @@ clean: rm -f *.o core \#* *~ gmon.out rm -f smstest smsfinger - - - +install: + install smstest ../bin +# NOT /usr/athena!!! + install smsfinger ../bin diff --git a/update/Makefile b/update/Makefile index 1b8ff0ed..418ca779 100644 --- a/update/Makefile +++ b/update/Makefile @@ -43,6 +43,11 @@ clean: -rm -f server sms_update.o test test.o smsu_int.h -rm -f core a.out *~ \#* +install: +# This is probably wrong.. + install server ../bin/update_server + install test ../bin/update_test + lint: lint ${LINTFLAGS} ${SSRCS} ${COMSRCS} lint ${LINTFLAGS} ${CSRCS} ${COMSRCS} -- 2.45.2