diff options
author | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-05-24 19:32:52 +0000 |
---|---|---|
committer | Josh Paetzel <jpaetzel@FreeBSD.org> | 2012-05-24 19:32:52 +0000 |
commit | 682c747a1b58b00cb23d6eba1e126c1db4dda09e (patch) | |
tree | a9c9bc29457283cb0ff3e363a7136f0b3d10aa39 | |
parent | - Update to 3.1.07.42 (diff) |
Add openistgt to top level Makefile.
Notes
Notes:
svn path=/head/; revision=297354
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 62aebe2be2d3..c0c494187419 100644 --- a/net/Makefile +++ b/net/Makefile @@ -457,6 +457,7 @@ SUBDIR += openbgpd SUBDIR += opendpi SUBDIR += openh323 + SUBDIR += openistgt SUBDIR += openldap23-client SUBDIR += openldap23-sasl-client SUBDIR += openldap23-server |