diff options
Diffstat (limited to 'usr.sbin/ldapd/Makefile')
-rw-r--r-- | usr.sbin/ldapd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/Makefile b/usr.sbin/ldapd/Makefile index d285f1a5e79..d35945bbef8 100644 --- a/usr.sbin/ldapd/Makefile +++ b/usr.sbin/ldapd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2014/04/15 20:55:42 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2014/07/16 20:07:03 okan Exp $ PROG= ldapd MAN= ldapd.8 ldapd.conf.5 @@ -27,4 +27,3 @@ distribution: done .include <bsd.prog.mk> - |