diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-15 09:22:02 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-15 09:22:02 +0000 |
commit | be39c34b2c25ddfd8e96f8f858f741d4dda80e4b (patch) | |
tree | 28e6b696e31e41ea3f6bca2bb6afeb78cdf065ac /kerberosIV/ksrvutil/Makefile | |
parent | cd469d033a67eb50c1c0ee27c10fef54f84c2e8f (diff) |
libss and mk_cmds are moving into the main tree
Diffstat (limited to 'kerberosIV/ksrvutil/Makefile')
-rw-r--r-- | kerberosIV/ksrvutil/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/kerberosIV/ksrvutil/Makefile b/kerberosIV/ksrvutil/Makefile index 121531cfc1b..5c01677ceba 100644 --- a/kerberosIV/ksrvutil/Makefile +++ b/kerberosIV/ksrvutil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/02 14:42:03 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1996/11/15 09:21:29 downsj Exp $ PROG= ksrvutil .if exists(${.CURDIR}/../kadm/${__objdir}) @@ -11,11 +11,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 -lkrb -ldes -lcom_err DPADD+= ${LIBKADM} ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} MAN= ksrvutil.8 |