blob: 4f370e5cd57d8bb046a1ba69d8161210fcc83b05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.2 2006/11/27 19:56:35 matthieu Exp $
.include "../Makefile.inc"
.PATH: ${DIST}/modules/FvwmIconMan
PROG= FvwmIconMan
SRCS= FvwmIconMan.c debug.c functions.c fvwm.c globals.c readconfig.c \
winlist.c x.c xmanager.c
LDADD+= -lXpm -lXext -lX11
BINDIR= ${FVWMLIBDIR}
.include <bsd.prog.mk>
.include <bsd.xorg.mk>
|