TARGETS=finger

DOTS=../
include ${DOTS}GNUmakefile.inc

CFLAGS+=$(DINET6) $(DIPSEC) $(DFASTCTO)

ifneq ($(OS), 4.4BSD)
LOADLIBES+=-ldb
endif

DEST=$(USR_BINDIR)

include ${DOTS}GNUmakefile.prog.tmpl

finger: finger.o lprint.o net.o sprint.o util.o
