# Copyright (C) 1997-2000 SpellCaster Telecommunications Inc. # $Id: Makefile.in,v 1.1 2004/03/11 03:59:32 bcrl Exp $ # Released under the GNU Public License. See LICENSE file for details. TOPDIR=.. include ../common.mak CFLAGS=-Wall -g -I../include PROGS=ktester simple_bundle dumppkt mkchraw bundle loadtest delbundle hangup setmvip PROGS+=pppoeflood all: $(PROGS) clean: $(RM) $(PROGS) *.o distclean: clean $(RM) Makefile *.sw? install: uninstall: