2007-04-09 12:59:57 -06:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2007/04/09 18:59:57 matthieu Exp $
|
2006-11-26 03:53:04 -07:00
|
|
|
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
|
|
|
|
.PATH: ${DIST}/modules/FvwmForm
|
|
|
|
|
|
|
|
PROG= FvwmForm
|
|
|
|
SRCS= FvwmForm.c
|
|
|
|
|
2007-04-09 12:59:57 -06:00
|
|
|
LDADD+= -lXpm ${XLIB}
|
2006-11-26 03:53:04 -07:00
|
|
|
BINDIR= ${FVWMLIBDIR}
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.include <bsd.xorg.mk>
|