mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
dead-log-programs-20060801
log and passwd haven't existed for some time, so get rid of the Makefile rules for them.
This commit is contained in:
parent
15dae9264f
commit
01441567bc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user