12 lines
191 B
Makefile
12 lines
191 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:09 lukem Exp $
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
LIB= psres
|
||
|
.PATH: ${X11SRCDIR.xc}/lib/${LIB}
|
||
|
|
||
|
SRCS= PSres.c
|
||
|
|
||
|
.include <bsd.lib.mk>
|
||
|
.include <bsd.x11.mk>
|