3de6da9cc9
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason.
10 lines
132 B
Makefile
10 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/syscons/logo
|
|
|
|
KMOD= logo_saver
|
|
SRCS= logo_saver.c logo.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|