summaryrefslogtreecommitdiffstats
path: root/private/lsa/client/ssp/makefile
blob: 124a39ca13b65c0cc65ce930bdcbdbf0122681e0 (plain) (blame)
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
############################################################################
#
#   Copyright (C) 1992, Microsoft Corporation.
#
#   All rights reserved.
#
############################################################################

!if "$(NTMAKEENV)" != ""

#
# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
# file to this component.  This file merely indirects to the real make file
# that is shared by all the components of NT OS/2
#
!INCLUDE $(NTMAKEENV)\makefile.def

!else


default: all

!include filelist.mk
!include $(COMMON)\src\win40.mk
!include depend.mk


!endif