log and passwd haven't existed for some time, so get rid of the Makefile
rules for them.
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}
# 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)