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


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

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


desc
@@


1.2
log
@remove -lbsd
@
text
@# This is the makefile for rkinitd.
#
# $Id: Imakefile,v 1.1 1994/07/19 02:44:00 jtkohl Exp jtkohl $

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

SOBJS		= rkinitd.o util.o rpc.o krb.o
HEADERS		= ../include/rkinit.h ../include/rkinit_private.h $(RKERR_H)

SimpleProgram(rkinitd,$(SOBJS),$(LIBS),$(ATHETCDIR)/rkinitd)

$(SOBJS): $(HEADERS)

$(RKLIB): $(RKLIBDEP)

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


1.1
log
@Initial revision
@
text
@d3 1
a3 1
# $Id: Imakefile,v 1.3 91/06/09 03:42:15 probe Exp $
d10 1
a10 1
LIBS		= $(RKLIB) $(KLIBS) -lcom_err -lbsd
@
