K 10 svn:author V 8 matusita K 8 svn:date V 27 2004-06-25T13:04:03.000000Z K 7 svn:log V 414 Fix kernel module build. Since 'OBJS=' line is inserted _after_ bsd.kmod.mk, OBJS value is overridden by the line (ahh...) Hopefully, 'OBJS=' line is inserted after 'SRCS=' line, but there's no handy way I suppose (sed's command 'i' requires to follow a newline, but how can I put a newline within a one line?) Since the contents (actually, kernel module) are changed, bump PORTREVISION. Submitted by: sobomax END