blob: 78fa73ffe92c5c306de4d566c06ba1b2b006c560 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# Print the contents of the canonical Makefile rules shipped
# alongside mkwb. Site builds embed the output directly in their
# generated deps.mk so no `include` directive (or shell-out) is
# needed at make time:
# # at the end of mkdeps.sh:
# mkwb rules
exec cat '@SHAREDIR@/mkwb/site.mk'
|