blob: b99809139b41f90d8a496d0e6f8c784da1cefc13 (
plain) (
blame)
1
2
3
4
5
6
|
#!/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'
|