summaryrefslogtreecommitdiff
path: root/kerberosIV/kadmind/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-02-19 04:02:21 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-02-19 04:02:21 +0000
commit23123af1ce60868d41aeb99e564c435294a55971 (patch)
tree72d6a6a4077de0185c9e498d39718f03abe781ba /kerberosIV/kadmind/Makefile
parent504f58562000bbb22d7da8a2108cd667a0c5b8c4 (diff)
kadmind should be in /usr/sbin
Diffstat (limited to 'kerberosIV/kadmind/Makefile')
-rw-r--r--kerberosIV/kadmind/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/kadmind/Makefile b/kerberosIV/kadmind/Makefile
index b6a6bf8eb39..f0aef6a9ff7 100644
--- a/kerberosIV/kadmind/Makefile
+++ b/kerberosIV/kadmind/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/02/11 04:40:38 tholo Exp $
+# $OpenBSD: Makefile,v 1.5 1997/02/19 04:02:20 tholo Exp $
.include <bsd.obj.mk>
@@ -18,6 +18,6 @@ CFLAGS+=-I${.CURDIR}/../../lib/libss
LDADD+= -lkadm -lkdb -lkrb -ldes -lacl -lcom_err
DPADD= ${LIBKADM} ${LIBKDB} ${LIBKRB} ${LIBDES} ${LIBACL} ${LIBCOM_ERR}
MAN= kadmind.8
-BINDIR=/usr/libexec
+BINDIR=/usr/sbin
.include <bsd.prog.mk>