15 lines
296 B
Makefile
15 lines
296 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${DIST}/modules/FvwmWinList
|
|
|
|
PROG= FvwmWinList
|
|
SRCS= ButtonArray.c Colors.c FvwmWinList.c List.c Mallocs.c
|
|
|
|
LDADD+= -lXpm -lX11
|
|
BINDIR= ${FVWMLIBDIR}
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|