mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 22:01:37 -05:00
worked accidentally because the rule to generate ${OBJS} from ${SRCS}
is sloppy.
Fixed style bugs.
7 lines
75 B
Makefile
7 lines
75 B
Makefile
# $Id$
|
|
|
|
KMOD= splash_pcx
|
|
SRCS= splash_pcx.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|