From 01441567bc08f814b79f5f583c867c63ea0c76c1 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 1 Aug 2006 21:31:47 +0000 Subject: [PATCH] dead-log-programs-20060801 log and passwd haven't existed for some time, so get rid of the Makefile rules for them. --- src/log/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/log/Makefile.in b/src/log/Makefile.in index 0e6bfacd2a..5c41df4836 100644 --- a/src/log/Makefile.in +++ b/src/log/Makefile.in @@ -40,15 +40,9 @@ all: unlog tokens tokens.krb kseal kseal: kseal.o ${LIBRARIES} ${CC} -o kseal kseal.o ${LIBRARIES} ${XLIBS} ${CFLAGS} -log: log.o ${LIBRARIES} - ${CC} -o log log.o ${LIBRARIES} ${XLIBS} ${CFLAGS} - unlog: unlog.o ${LIBRARIES} ${CC} -o unlog unlog.o ${LIBRARIES} ${XLIBS} ${CFLAGS} -passwd: passwd.o ${LIBRARIES} - ${CC} -o passwd passwd.o ${LIBRARIES} ${XLIBS} ${CFLAGS} - tokens: tokens.o ${LIBRARIES} ${CC} -o tokens tokens.o ${LIBRARIES} ${XLIBS} ${CFLAGS} @@ -88,7 +82,7 @@ dest: unlog tokens tokens.krb kseal # Misc. targets # clean: - $(RM) -f *.o log passwd unlog tokens kseal core AFS_component_version_number.c tokens.krb + $(RM) -f *.o unlog tokens kseal core AFS_component_version_number.c tokens.krb test: cd test; $(MAKE)