summaryrefslogtreecommitdiffstats
path: root/sys/modules/splash
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-04-13 09:11:20 +0000
committerbde <bde@FreeBSD.org>1999-04-13 09:11:20 +0000
commit0e55e133aabcf9fe0526bd661883d5459ff836cc (patch)
treea61e278b4a59bf485f76f944fbcc567efa32be18 /sys/modules/splash
parent143915d7d27a71f74b3a76486559763286bfe6e7 (diff)
downloadFreeBSD-src-0e55e133aabcf9fe0526bd661883d5459ff836cc.zip
FreeBSD-src-0e55e133aabcf9fe0526bd661883d5459ff836cc.tar.gz
Fixed bogus SRCS definition which broke `make depend'. Plain `make'
worked accidentally because the rule to generate ${OBJS} from ${SRCS} is sloppy. Fixed style bugs.
Diffstat (limited to 'sys/modules/splash')
-rw-r--r--sys/modules/splash/pcx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/splash/pcx/Makefile b/sys/modules/splash/pcx/Makefile
index 67925d6..baf064c 100644
--- a/sys/modules/splash/pcx/Makefile
+++ b/sys/modules/splash/pcx/Makefile
@@ -1,8 +1,7 @@
-# $Id$
+# $Id$
KMOD= splash_pcx
-SRCS= splash_pcx
-
+SRCS= splash_pcx.c
NOMAN=
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud