#!smake

include	$(ROOT)/usr/include/make/commondefs

CVERSION=-cckr

LCDEFS=-DLLC_DLPI
LCINCS=-I..

TARGETS=dlpitest

default: $(TARGETS)

include $(COMMONRULES)

install: default
