freebsd-dev/sys/modules/syscons/warp/Makefile
Dag-Erling Smørgrav 2aebedc3ad Finally give FreeBSD a graphical screensaver. It isn't much, but it works,
and can serve as a template for further efforts. Consider this my (belated)
Christmas present to the Project :)

Requested by:	jkh
1998-12-27 22:03:09 +00:00

10 lines
102 B
Makefile

# $Id$
KMOD= warp_saver
SRCS= warp_saver.c
NOMAN=
CFLAGS+= -I${.CURDIR}/..
.include <bsd.kmod.mk>