15 lines
419 B
Makefile
15 lines
419 B
Makefile
|
# Copyright (c) 1997, Microsoft Corporation, all rights reserved
|
||
|
#
|
||
|
# makefile
|
||
|
# RAS L2TP WAN mini-port/call-manager driver
|
||
|
# Nmake command file stub
|
||
|
#
|
||
|
# 01/07/97 Steve Cobb
|
||
|
#
|
||
|
# DO NOT EDIT this file, which just invokes the real make file that is shared
|
||
|
# by all the driver components of the Windows NT DDK. All component specific
|
||
|
# build information belongs in the 'sources' file.
|
||
|
|
||
|
|
||
|
!INCLUDE $(NTMAKEENV)\makefile.def
|