Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
#
# ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
include ../../../Makefile.cmd
# Object tdb.o used only for Multilink; not supported yet.
#
# that of the proto area
#
# MS-CHAP support
# This is used *only* for testing the portability of the libraries
# required for MS-CHAPv1. It is not needed in any normal system and
# is not built by default.
$(LDFLAGS)
@echo "Run with 'mschap_test 00000000000000000000000000000000 hello'"
@echo
@echo "Output should be:"
@echo
@echo " MS-CHAPv1 with LAN Manager -- 49 bytes:"
@echo " C9 CA EE 9B 1C A7 87 04"
@echo " 79 36 8C 55 AB 88 EC 5A"
@echo " 57 E9 A1 B7 95 40 C3 74"
@echo " F4 D9 9D AF 82 64 DC 3C"
@echo " 53 F9 BC 92 14 B5 5D 9E"
@echo " 78 C4 21 48 9D B7 A8 B4"
@echo " 01"
@echo " MS-CHAPv2 -- 49 bytes:"
@echo " xx xx xx xx xx xx xx xx"
@echo " xx xx xx xx xx xx xx xx"
@echo " 00 00 00 00 00 00 00 00"
@echo " xx xx xx xx xx xx xx xx"
@echo " xx xx xx xx xx xx xx xx"
@echo " xx xx xx xx xx xx xx xx"
@echo " 00"
$(POST_PROCESS)
$(ETCPPPDIR)/%: %
$(INS.file)
$(ETCPPPDIR):
$(INS.dir)
FRC:
CLOBBERFILES += $(LINTOBJS)
# Not using the default lint target here so that we can disable
# warnings per module as needed.
include ../../../Makefile.targ