#
# These scripts can be used to examine kernel data structures.
#
include ../conf/dp.conf
include ../Makefile.conf

ADBGEN=/usr/lib/adb/adbgen

ADBSCRIPTS	= dp dpup dpup.nxt \
		  ds dsup dsup.nxt \
		  dsppa dsppa.nxt \
		  finddp finddp.nxt \
		  dptimer dptimeouts

.SUFFIXES: .adb

.adb:
	$(ADBGEN) $<

all:	${ADBSCRIPTS}

install:

clean:
	rm -f ${ADBSCRIPTS}

depend:

undepend:
