17 lines
492 B
Makefile
17 lines
492 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:40 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${X11SRCDIR.xc}/include/DPS
|
|
|
|
INCSDIR=${X11INCDIR}/DPS
|
|
|
|
INCS= ColorSB.h ColorSBP.h DPSScrollW.h DPSScrollWP.h FontCreatP.h \
|
|
FontCreato.h FontSB.h FontSBP.h FontSamplP.h FontSample.h PSres.h \
|
|
XDPS.h XDPSlib.h XDPSproto.h dpsNXargs.h dpsXclient.h dpsXcommon.h \
|
|
dpsXpreview.h dpsXshare.h dpsXuserpath.h dpsclient.h dpsconfig.h \
|
|
dpsexcept.h dpsfriends.h
|
|
|
|
.include <bsd.x11.mk>
|
|
.include <bsd.prog.mk>
|