all: smtp-vilter_obj
smtp-vilter_obj:
	cd smtp-vilter; ${MAKE}

install:
	cd smtp-vilter; ${MAKE} install

clean:
	cd smtp-vilter; ${MAKE} clean
