# $Id: Makefile,v 1.5 1998/09/03 11:04:08 andrea Exp $

KERNEL	=	/usr/src/linux
M_OBJS	=	lil.o

all:
	make -C $(KERNEL) SUBDIRS=`pwd` modules

clean:
	-rm -f *.o *~ .depend .*.flags

dist: clean
	tar Cczf .. ../lil.tar.gz --exclude lil/RCS lil

include $(KERNEL)/Rules.make
