From 55eb3794fb4ad563102d5ab30c1d5337a599b2e5 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Mar 2008 14:06:05 +0000 Subject: Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS. --- etc/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 77262595..8b43544c 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -2,4 +2,6 @@ DIR= ${SYSCONFDIR} CONF= rc.conf MK= ../mk +include ${MK}/os.mk +include Makefile.${OS} include ${MK}/scripts.mk -- cgit v1.2.3