#	BSDI makefile,v 1.1.1.1 1995/12/09 02:03:46 polk Exp

# N.B.: this makefile works only if X has already been configured
# and imake is installed.  The default is to build everything the
# first time X11 is checked out from CVS.

Default:
	if [ -f Makefile ]; then \
		make -f Makefile; \
	else \
		imake -I./config/cf -DTOPDIR=. -DCURDIR=.; \
		make -f Makefile World; \
	fi

all depend VerifyOS includes clean World Everything Makefile install install.man Makefiles:
	@[ -f Makefile ] || imake -I./config/cf -DTOPDIR=. -DCURDIR=.
	@make -f Makefile ${.TARGET}

cleandir: clean
