summaryrefslogtreecommitdiff
path: root/kerberosIV/kadmind
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-11-15 09:22:02 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-11-15 09:22:02 +0000
commitbe39c34b2c25ddfd8e96f8f858f741d4dda80e4b (patch)
tree28e6b696e31e41ea3f6bca2bb6afeb78cdf065ac /kerberosIV/kadmind
parentcd469d033a67eb50c1c0ee27c10fef54f84c2e8f (diff)
libss and mk_cmds are moving into the main tree
Diffstat (limited to 'kerberosIV/kadmind')
-rw-r--r--kerberosIV/kadmind/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/kerberosIV/kadmind/Makefile b/kerberosIV/kadmind/Makefile
index e7d9bf30fad..8bf9db3c805 100644
--- a/kerberosIV/kadmind/Makefile
+++ b/kerberosIV/kadmind/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/02 14:42:02 niklas Exp $
+# $OpenBSD: Makefile,v 1.3 1996/11/15 09:21:28 downsj Exp $
PROG= kadmind
SRCS= admin_server.c kadm_funcs.c kadm_ser_wrap.c kadm_server.c
@@ -12,11 +12,7 @@ CFLAGS+=-I${.CURDIR}/../krb/${__objdir}
.else
CFLAGS+=-I${.CURDIR}/../krb
.endif
-.if exists(${.CURDIR}/../ss/${__objdir})
-CFLAGS+=-I${.CURDIR}/../ss/${__objdir}
-.else
-CFLAGS+=-I${.CURDIR}/../ss
-.endif
+CFLAGS+=-I${.CURDIR}/../../lib/libss
LDADD+= -lkadm -lkdb -lkrb -ldes -lacl -lcom_err
DPADD= ${LIBKADM} ${LIBKDB} ${LIBKRB} ${LIBDES} ${LIBACL} ${LIBCOM_ERR}
MAN= kadmind.8