16 lines
270 B
Makefile
16 lines
270 B
Makefile
|
# $NetBSD: Makefile,v 1.3 2010/05/22 09:22:15 mrg Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
.PATH: ${X11SRCDIR.scrnsaverproto}
|
||
|
|
||
|
INCS= saver.h saverproto.h
|
||
|
INCSDIR=${X11INCDIR}/X11/extensions
|
||
|
|
||
|
NOOBJ= # defined
|
||
|
|
||
|
PKGCONFIG= scrnsaverproto
|
||
|
|
||
|
.include <bsd.x11.mk>
|
||
|
.include <bsd.prog.mk>
|