summaryrefslogtreecommitdiffstats
path: root/eBones
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-20 02:49:47 +0000
committerwollman <wollman@FreeBSD.org>1995-01-20 02:49:47 +0000
commit736fb60fc383e229208816a1cba94f34ce63bcc4 (patch)
tree6756a5c5a7bb44ec9fb875841c9f7a91413bea45 /eBones
parent0ad24dc09501e1ec7f3894cf12efda8866c1cee3 (diff)
downloadFreeBSD-src-736fb60fc383e229208816a1cba94f34ce63bcc4.zip
FreeBSD-src-736fb60fc383e229208816a1cba94f34ce63bcc4.tar.gz
Add kadmin.
Diffstat (limited to 'eBones')
-rw-r--r--eBones/Makefile4
-rw-r--r--eBones/Makefile.inc9
2 files changed, 10 insertions, 3 deletions
diff --git a/eBones/Makefile b/eBones/Makefile
index b75c52a..dd2a49a 100644
--- a/eBones/Makefile
+++ b/eBones/Makefile
@@ -1,11 +1,11 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.5 1995/01/14 20:50:36 wollman Exp $
+# $Id: Makefile,v 1.6 1995/01/20 02:00:34 wollman Exp $
SUBDIR= include des acl kdb krb libkadm
SUBDIR+= ext_srvtab kdb_destroy kdb_edit \
kdb_init kdb_util kdestroy kerberos kinit klist ksrvtgt \
- kstash man
+ kstash kadmin man
#
# MISSING AND PROBABLY BOGUS: register registerd make_keypair
#
diff --git a/eBones/Makefile.inc b/eBones/Makefile.inc
index e816027..4df35f6 100644
--- a/eBones/Makefile.inc
+++ b/eBones/Makefile.inc
@@ -1,5 +1,5 @@
# From: @(#)Makefile.inc 5.1 (Berkeley) 6/25/90
-# $Id: Makefile.inc,v 1.2 1994/11/20 23:16:51 wollman Exp $
+# $Id: Makefile.inc,v 1.3 1995/01/14 20:50:37 wollman Exp $
BINDIR?= /usr/sbin
SHLIB_MAJOR?= 2
@@ -30,4 +30,11 @@ ACLOBJDIR= ${.CURDIR}/../acl/obj
ACLOBJDIR= ${.CURDIR}/../acl
.endif
+.if exists(${.CURDIR}/../libkadm/obj)
+KADMOBJDIR= ${.CURDIR}/../libkadm/obj
+.else
+KADMOBJDIR= ${.CURDIR}/../libkadm
+.endif
+
COMPILE_ET= compile_et
+
OpenPOWER on IntegriCloud