artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c3011
)
kadmind should be in /usr/sbin
author
tholo
<tholo@openbsd.org>
Wed, 19 Feb 1997 04:02:20 +0000
(
04:02
+0000)
committer
tholo
<tholo@openbsd.org>
Wed, 19 Feb 1997 04:02:20 +0000
(
04:02
+0000)
kerberosIV/kadmind/Makefile
patch
|
blob
|
history
diff --git
a/kerberosIV/kadmind/Makefile
b/kerberosIV/kadmind/Makefile
index
b6a6bf8
..
f0aef6a
100644
(file)
--- 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>