mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
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.
This commit is contained in:
parent
d5ca06364c
commit
5570727607
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45647
@ -1,8 +1,7 @@
|
||||
# $Id$
|
||||
# $Id$
|
||||
|
||||
KMOD= splash_pcx
|
||||
SRCS= splash_pcx
|
||||
|
||||
SRCS= splash_pcx.c
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user