# Makefile -- Patroklos Argyroudis, argp at domain census-labs.com
#
# $Id$

KMOD=	bug
SRCS=	bug.c

.include <bsd.kmod.mk>

# EOF
