# BCR Mail Handler, version 3.1
# Copyright (c) 1994 Bill C. Riemers
#   All Rights Reserved.  See README for more information.
# You probably don't need to edit this file.

SHELL=/bin/sh

DO=all

MAKEDO =	$(MAKE) -f Makefile.rules $(DO)

include Makefile.ostype

clean:
	$(MAKE) -f Makefile.rules clean

realclean:
	$(MAKE) -f Makefile.rules realclean

