1
0
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:
Bruce Evans 1999-04-13 09:11:20 +00:00
parent d5ca06364c
commit 5570727607
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45647

View File

@ -1,8 +1,7 @@
# $Id$
# $Id$
KMOD= splash_pcx
SRCS= splash_pcx
SRCS= splash_pcx.c
NOMAN=
.include <bsd.kmod.mk>