Lines Matching refs:common
54 $(RM) common/des.c+ common/des_crypt.c+ common/des_soft.c+ \
55 common/des_decrypt.c+ common/des_encrypt.c+ \
58 common/des.c > common/des.c+
59 $(MV) common/des.c+ common/des.c
61 common/des_crypt.c > common/des_crypt.c+
62 $(MV) common/des_crypt.c+ common/des_crypt.c
64 common/des_soft.c > common/des_soft.c+
65 $(MV) common/des_soft.c+ common/des_soft.c
67 common/des_encrypt.c > common/des_encrypt.c+
68 $(MV) common/des_encrypt.c+ common/des_encrypt.c
70 common/des_decrypt.c > common/des_decrypt.c+
71 $(MV) common/des_decrypt.c+ common/des_decrypt.c
75 $(CHMOD) 444 Makefile common/des.c common/des_crypt.c \
76 common/des_soft.c common/des_encrypt.c common/des_decrypt.c