Update of /cvsroot/linux-atm/linux-atm/src/debug
In directory usw-pr-cvs1:/tmp/cvs-serv8631/debug
Added Files:
Tag: V2_4_0
Makefile-0.79
Log Message:
--- NEW FILE: Makefile-0.79 ---
PGMS=delay svctor # ed encopy endump zndump znth
# Remove the # for more hardware-specific debugging programs.
# I'll need those only if you're fiddling with the guts of drivers.
MAN8=
include ../Rules.make
zndump.o: zndump.c
$(CC) -c $(CFLAGS) -w -O zndump.c
|