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