
#
# $Header: Makefile,v 1.8 88/12/02 00:27:03 mr-frog $
#
# Configuation make file
#

#BEGINMOD 		-do not remove this line
#  configuration data from the main makefile
#  will go here
#ENDOFMOD		-do not remove this line

install: $(SERVDIR)/gamehours

$(SERVDIR)/gamehours: gamehours
	cp gamehours $(SERVDIR)/gamehours
	
