14 lines
175 B
Makefile
14 lines
175 B
Makefile
|
# @@ COPY_RIGHT_HERE
|
||
|
# @@ ROADMAP :: The Makefile for the FTP Server Project
|
||
|
|
||
|
|
||
|
|
||
|
!ifndef NTMAKEENV
|
||
|
|
||
|
DIRS = cpl ftpsmx
|
||
|
|
||
|
!endif # !NTMAKEENV
|
||
|
|
||
|
|
||
|
!include ..\common\src\nonleaf.mk
|