diff options
Diffstat (limited to 'security/nss/coreconf/README')
-rw-r--r-- | security/nss/coreconf/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/security/nss/coreconf/README b/security/nss/coreconf/README index 4b1e410cb7..17810bdec1 100644 --- a/security/nss/coreconf/README +++ b/security/nss/coreconf/README @@ -291,6 +291,13 @@ OVERVIEW of "rules.mk": CATEGORY/rule:: Purpose =================== ======================================= + $(PUBLIC_EXPORT_DIR):: create directory used to + house public "C" header files + + $(PRIVATE_EXPORT_DIR):: create directory used to + house private "C" header + files + GENERAL ------- all:: "default" all-encompassing rule which @@ -517,13 +524,6 @@ OVERVIEW of "rules.mk": CATEGORY/rule:: Purpose =================== ============================= - $(PUBLIC_EXPORT_DIR):: create directory used to - house public "C" header files - - $(PRIVATE_EXPORT_DIR):: create directory used to - house private "C" header - files - $(SOURCE_XP_DIR)/ release/include:: create directory used to house "C" header files |