head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.07.19.02.44.37;	author jtkohl;	state Exp;
branches;
next	1.1;

1.1
date	94.07.19.02.43.48;	author jtkohl;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove -lbsd
@
text
@#  
#  $Header: /mit/netbsd/athena/rkinit/rkinit/RCS/Imakefile,v 1.1 1994/07/19 02:43:48 jtkohl Exp jtkohl $
#  $Source: /mit/netbsd/athena/rkinit/rkinit/RCS/Imakefile,v $
#  $Author: jtkohl $
#
#  This is the makefile for rkinit.
#


INSTALLDIR	= $(ATHBINDIR)

KLIBS		= -lkrb -ldes

RKLIB		= ../lib/librkinit.a

INCLUDES	= -I../include
DEFINES		= $(DFLAGS) $(INCLUDES)
LIBS		= $(RKLIB) $(KLIBS) -lcom_err

RKERR_H		= ../include/rkinit_err.h
RKLIBDEP	= ../lib/rk_rpc.o ../lib/rk_lib.o ../lib/rk_util.o \
		  ../lib/rk_krb.o ../lib/rkinit_err.et

CSRCS		= rkinit.c
COBJS		= rkinit.o 
HEADERS		= ../include/rkinit.h $(RKERR_H)

SimpleProgram(rkinit,$(COBJS),$(LIBS),$(INSTALLDIR)/rkinit)

$(COBJS): $(HEADERS)

$(RKLIB): $(RKLIBDEP)

$(RKERR_H) $(RKLIBDEP):
	cd ../lib; make 

depend::
	makedepend $(CFLAGS) $(CSRCS)

@


1.1
log
@Initial revision
@
text
@d2 3
a4 3
#  $Header: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/usr.athena/rkinit/rkinit/RCS/Imakefile,v 1.2 91/05/13 16:01:13 epeisach Exp $
#  $Source: /afs/rel-eng.athena.mit.edu/project/release/current/source/athena/usr.athena/rkinit/rkinit/RCS/Imakefile,v $
#  $Author: epeisach $
d18 1
a18 1
LIBS		= $(RKLIB) $(KLIBS) -lcom_err -lbsd
@
