blob: 0a2b6499a20d3dad9cd48edb96f68dbebe17275a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 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>
|