35 lines
498 B
Plaintext
35 lines
498 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
dirs.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the subdirectories of the current directory that
|
|
contain component makefiles.
|
|
|
|
!ENDIF
|
|
|
|
DIRS= lib \
|
|
ftonline
|
|
|
|
OPTIONAL_DIRS = \
|
|
ftbreak \
|
|
ftlink \
|
|
ftinit \
|
|
ftmirror \
|
|
ftorphan \
|
|
ftpart \
|
|
ftregen \
|
|
ftstripe \
|
|
ftswp \
|
|
ftvolset \
|
|
ftstate \
|
|
ftredist \
|
|
ftextend \
|
|
ftszchk
|
|
|