blob: c9e2f49369280e8cf314cf2a08e69317fcccba96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.1 2007/08/25 19:17:16 matthieu Exp $
.include <bsd.own.mk>
NOOBJ=
ICONS=\
xterm-color_32x32.xpm \
xterm-color_48x48.xpm \
xterm_32x32.xpm \
xterm_48x48.xpm
depend all clean cleandir:
install:
$(INSTALL_DATA) $(ICONS) $(DESTDIR)$(INCSDIR)/X11/pixmaps
.include <bsd.xorg.mk>
|