freebsd-dev/sys/modules/splash/pcx/Makefile
Bruce Evans 5570727607 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.
1999-04-13 09:11:20 +00:00

8 lines
75 B
Makefile

# $Id$
KMOD= splash_pcx
SRCS= splash_pcx.c
NOMAN=
.include <bsd.kmod.mk>