diff options
Diffstat (limited to 'local.d/Makefile')
-rw-r--r-- | local.d/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/local.d/Makefile b/local.d/Makefile new file mode 100644 index 00000000..7a7d31dd --- /dev/null +++ b/local.d/Makefile @@ -0,0 +1,6 @@ +DIR= ${LOCALDIR} +CONF= README + +MK= ../mk +include ${MK}/os.mk +include ${MK}/scripts.mk |