Blob


1 PROG= icbirc
2 SRCS= icbirc.c icb.c irc.c
3 MAN= icbirc.8
5 CFLAGS+= -Wall -Werror -Wstrict-prototypes -ansi
7 .include <bsd.prog.mk>