mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +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}
|
kseal: kseal.o ${LIBRARIES}
|
||||||
${CC} -o kseal kseal.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
${CC} -o kseal kseal.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
||||||
|
|
||||||
log: log.o ${LIBRARIES}
|
|
||||||
${CC} -o log log.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
|
||||||
|
|
||||||
unlog: unlog.o ${LIBRARIES}
|
unlog: unlog.o ${LIBRARIES}
|
||||||
${CC} -o unlog unlog.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
${CC} -o unlog unlog.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
||||||
|
|
||||||
passwd: passwd.o ${LIBRARIES}
|
|
||||||
${CC} -o passwd passwd.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
|
||||||
|
|
||||||
tokens: tokens.o ${LIBRARIES}
|
tokens: tokens.o ${LIBRARIES}
|
||||||
${CC} -o tokens tokens.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
${CC} -o tokens tokens.o ${LIBRARIES} ${XLIBS} ${CFLAGS}
|
||||||
|
|
||||||
@ -88,7 +82,7 @@ dest: unlog tokens tokens.krb kseal
|
|||||||
# Misc. targets
|
# Misc. targets
|
||||||
#
|
#
|
||||||
clean:
|
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:
|
test:
|
||||||
cd test; $(MAKE)
|
cd test; $(MAKE)
|
||||||
|
Loading…
Reference in New Issue
Block a user