wmii/Makefile

18 lines
178 B
Makefile
Raw Normal View History

ROOT=.
include ${ROOT}/mk/hdr.mk
2005-11-18 18:54:58 +03:00
2007-05-21 05:22:12 +04:00
PDIRS = \
cmd \
2007-03-27 04:43:31 +04:00
rc \
man
2005-11-18 18:54:58 +03:00
2007-06-01 05:05:59 +04:00
DIRS = \
2007-05-21 05:22:12 +04:00
${PDIRS}
config:
ROOT="${ROOT}" ${ROOT}/util/genconfig
include ${ROOT}/mk/dir.mk
2007-05-21 05:22:12 +04:00
INSTDIRS = ${PDIRS}