Overzealous clean target under rxkad

The clean target under rxkad removes sboxes.h and fcrypt.h,
since they used to get copied there from the domestic subdir.
Now that they actually live under rxkad, they souldn't be
removed.

Change-Id: I867496dd0d3dd997d402ebfbfc6272447b1af98e
Reviewed-on: http://gerrit.openafs.org/1847
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Marc Dionne 2010-04-26 18:15:16 -04:00 committed by Derrick Brashear
parent 4768ed68d0
commit c761f3ddde

View File

@ -125,9 +125,7 @@ dest: librxkad.a fcrypt.h rxkad.h rxkad_prototypes.h
#
clean:
$(RM) -f *.o *.a tcrypt core rxkad_errs.c rxkad.h \
AFS_component_version_number.c \
fcrypt.h sboxes.h \
fc_test
AFS_component_version_number.c fc_test
test:
cd test; $(MAKE)