#	Copyright (c) 1991 by John Atwood deVries II.
#	For copying and distribution information, see the file COPYING.

#	Makefile for "icb", the forumnet teleconferencing system server.

#	NOTE: This file should not be changed. Changes should be made
#	to "config" in the directory above. 

.include "../config.mk"

all:
	
install: all
	${INSTALL} -d ${ETCDIR}
	${INSTALL} -c -m 0644 icbd.deny ${ETCDIR}
	${INSTALL} -c -m 0644 icbd_help ${ETCDIR}
	${INSTALL} -c -m 0644 motd ${ETCDIR}
	${INSTALL} -c -m 0644 news.1 ${ETCDIR}
	${BINDIR}/icbdb -i

lint:

clean:

depend:
