aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-04-13 09:11:20 +0000
committerBruce Evans <bde@FreeBSD.org>1999-04-13 09:11:20 +0000
commit55707276075a9e95b4c4fe8e693f55cc7fa22ceb (patch)
tree00d2d0814a6042fc17ad5005fbd80dc6b119bc05 /sys/modules
parentd5ca06364c4e9e6921dbc551f3c34abcd9b94aaa (diff)
downloadsrc-55707276075a9e95b4c4fe8e693f55cc7fa22ceb.tar.gz
src-55707276075a9e95b4c4fe8e693f55cc7fa22ceb.zip
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.
Notes
Notes: svn path=/head/; revision=45647
Diffstat (limited to 'sys/modules')
-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 67925d6b9383..baf064c5b972 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>