freebsd-dev/sys/modules/syscons/logo/Makefile
Peter Wemm b23841bc64 Add -I${.CURDIR} since it #includes logo.c from the source dir and breaks
when building with an obj dir.

Reported by:	Quite a few people.. :-/
1998-12-29 09:02:44 +00:00

10 lines
160 B
Makefile

# $Id: Makefile,v 1.1 1998/12/28 14:22:57 des Exp $
KMOD= logo_saver
SRCS= logo_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}
.include <bsd.kmod.mk>