#
# Lite Linux Kernel Make replacement
#

PROG=linux_make
SRCS=linux_make.c
MAN=
BINDIR=/usr/local/bin

CFLAGS+= -Wall

.include <bsd.prog.mk>
