diff options
author | eik <eik@FreeBSD.org> | 2004-07-25 01:27:36 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-07-25 01:27:36 +0800 |
commit | 1dccb184a0124b37c85b043edeaa507e7294537d (patch) | |
tree | 1b6f3c4bd98f7bcc524fd4fedc5839e55cc17769 /sysutils/Makefile | |
parent | 9d66dc09d4a76ee8b5a61a1fadc47c32f9ca4722 (diff) | |
download | freebsd-ports-graphics-1dccb184a0124b37c85b043edeaa507e7294537d.tar.gz freebsd-ports-graphics-1dccb184a0124b37c85b043edeaa507e7294537d.tar.zst freebsd-ports-graphics-1dccb184a0124b37c85b043edeaa507e7294537d.zip |
add lookupd, a name service lookup daemon, and lookupd_ldap, an LDAP plugin
PR: 68811, 68810
Submitted by: Michael Bushkov <bushman@rsu.ru>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9be313714d6..78cffe0a310 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -218,6 +218,8 @@ SUBDIR += logtool SUBDIR += logtool-devel SUBDIR += lookat + SUBDIR += lookupd + SUBDIR += lookupd_ldap SUBDIR += lsmlib SUBDIR += lsof SUBDIR += ltrace |