summaryrefslogtreecommitdiffstats
path: root/eBones/Makefile.inc
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/Makefile.inc
parent0ad24dc09501e1ec7f3894cf12efda8866c1cee3 (diff)
downloadFreeBSD-src-736fb60fc383e229208816a1cba94f34ce63bcc4.zip
FreeBSD-src-736fb60fc383e229208816a1cba94f34ce63bcc4.tar.gz
Add kadmin.
Diffstat (limited to 'eBones/Makefile.inc')
-rw-r--r--eBones/Makefile.inc9
1 files changed, 8 insertions, 1 deletions
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