#
# Makefile for customs agent and its clients.
#
error		::
	@echo "AIIEEEEEE! This can only be made with PMake"
	@false

package		: 
	-mkdir $(PKGDIR)
	cp *.[ch] Makefile makefile dependencies.mk README $(PKGDIR)
