Makefile.fpc 207 B

12345678910111213141516171819
  1. #
  2. # Makefile.fpc for netdb implementation
  3. #
  4. [package]
  5. name=netdb
  6. version=1.0.6
  7. [target]
  8. units=netdb
  9. examples=testdns testhst testsvc testnet
  10. [require]
  11. [install]
  12. fpcpackage=y
  13. [default]
  14. fpcdir=../../..