Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# 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