# %%% copyright-cmetz-98
# This software is Copyright 1998 by Craig Metz, All Rights Reserved.
# The Inner Net License Version 2 applies to this software.
# You should have received a copy of the license with this software. If
# you didn't get a copy, you may request one from <license@inner.net>.
#
TARGETS=fdsniff fingerd gai ifi ipfwdump daemon-watcher etherudp #etherudp2

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

CFLAGS+=$(DINET6) $(DNETSEC)

DEST=$(USR_BINDIR)

include ${DOTS}GNUmakefile.prog.tmpl

fdsniff: fdsniff.o
fingerd: fingerd.o
gai: gai.o
ifi: ifi.o
ipfwdump: ipfwdump.o
named-watcher: named-watcher.o
etherudp: etherudp.o
#etherudp2: etherudp2.o sha.o deskey.o desgnu.o desspa.o

#desgnu.o: desgnu.S
#	cc -c -DELF=1 $< -o $@
