From a0abe974dcbe8baf67801350e0a6f72eb7f85c05 Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 13 Sep 1995 17:24:36 +0000 Subject: After the Great eBones Repository Copy (tm), make ebones actually compile 1) remove rubbish no longer needed 2) correct existing Makefiles 3) add new makefiles where needed 4) correct code, header files and man pages where necessary PLEASE NOTE - after this you will need to make install in eBones/include, and mamake obj depend all install in eBones/lib before doing a make obj depend all install in eBones/. (I am going 6to fix src/Makefile next) PS - I hate slow international links - apologies for all the typos --- eBones/usr.sbin/make_keypair/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'eBones/usr.sbin/make_keypair/Makefile') diff --git a/eBones/usr.sbin/make_keypair/Makefile b/eBones/usr.sbin/make_keypair/Makefile index 7d435e7..a1c38b2 100644 --- a/eBones/usr.sbin/make_keypair/Makefile +++ b/eBones/usr.sbin/make_keypair/Makefile @@ -1,9 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/1/93 +# $id$ PROG= make_keypair MAN8= make_keypair.8 -CFLAGS+=-DKERBEROS -I${.CURDIR}/../include -I${.CURDIR}/../register -Wall -DPADD= ${LIBKRB} -LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes +CFLAGS+=-DKERBEROS -I${.CURDIR}/../../include \ + -I${.CURDIR}/../../usr.bin/register -Wall +DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES} +LDADD= -lkdb -lkrb -ldes +BINDIR= /usr/sbin .include -- cgit v1.1