# src/bsd/jhs/bin/public/xearth1/Makefile Julian H. Stacey 1994 01 06
# See also ../xearth4
# xearth4 was written years before xearth1, the numbers refer to images,
#       not some version number

NAME=	xearth1
PROG=   ${NAME}
.include <berklix_no_man.mk>

all:

cleandir obj:
	true

clean:

install:
	-install -c -m 755 ${.CURDIR}/${NAME}.sh \
		${DESTDIR}/usr/local/www/cgi-bin/${NAME}

.include <berklix.mk>	# Needed to support recursive make html from above.
