we need to add utils/pwd to a binary distribution
[ghc-hetmet.git] / utils / pwd / Makefile
1 TOP=../..
2 include $(TOP)/mk/boilerplate.mk
3
4 HS_PROG=pwd
5
6 binary-dist:
7         $(INSTALL_DIR)                      $(BIN_DIST_DIR)/utils/pwd
8         $(INSTALL_DATA)    Makefile         $(BIN_DIST_DIR)/utils/pwd/
9         $(INSTALL_PROGRAM) pwd$(exeext)     $(BIN_DIST_DIR)/utils/pwd/
10
11 include $(TOP)/mk/target.mk