xenocara/app/xterm/icons/Makefile

19 lines
309 B
Makefile
Raw Normal View History

2007-08-25 13:17:16 -06:00
# $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>