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