freebsd-dev/eBones/usr.sbin/kdb_util/Makefile
Justin T. Gibbs e2bfbbc955 Add -L paths for all locally built eBones libraries. Many of the programs
already did this, but this catches the straglers.
1995-09-26 02:36:08 +00:00

13 lines
375 B
Makefile

# From: @(#)Makefile 5.2 (Berkeley) 2/14/91
# $Id: Makefile,v 1.5 1995/09/14 04:09:56 gibbs Exp $
PROG= kdb_util
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../kdb_edit
SRCS= kdb_util.c maketime.c
.PATH: ${.CURDIR}/../kdb_edit
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
MAN8= kdb_util.8
.include <bsd.prog.mk>