15 lines
244 B
Makefile
15 lines
244 B
Makefile
# $Xenocara: Makefile,v 1.1 2006/04/17 20:16:24 matthieu Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${DIST}/modules/FvwmIdent
|
|
|
|
PROG= FvwmIdent
|
|
SRCS= FvwmIdent.c
|
|
|
|
LDADD+= -lX11
|
|
BINDIR= ${FVWMLIBDIR}
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.xorg.mk>
|