diff options
Diffstat (limited to 'utils/prof/icons/Makefile')
-rw-r--r-- | utils/prof/icons/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/prof/icons/Makefile b/utils/prof/icons/Makefile new file mode 100644 index 0000000000..fde1b16d3a --- /dev/null +++ b/utils/prof/icons/Makefile @@ -0,0 +1,7 @@ +TOP=../../.. +include $(TOP)/mk/boilerplate.mk + +override datadir=$(libdir)/icons +INSTALL_DATAS=$(wildcard *.xbm) + +include $(TOP)/mk/target.mk |