15 lines
261 B
Makefile
15 lines
261 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/04/09 18:59:57 matthieu Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${DIST}/modules/FvwmPager
|
|
|
|
PROG= FvwmPager
|
|
SRCS= FvwmPager.c x_pager.c
|
|
|
|
LDADD+= -lXpm ${XLIB}
|
|
BINDIR= ${FVWMLIBDIR}
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|