#!/bin/sh # Print the absolute path of the canonical Makefile rules shipped # alongside mkwb. Sites consume it with: # include $(shell mkwb rules) # in their top-level Makefile. echo '@SHAREDIR@/mkwb/site.mk'