summaryrefslogtreecommitdiff
path: root/mk/prog.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/prog.mk')
-rw-r--r--mk/prog.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/prog.mk b/mk/prog.mk
index 46bfb56..237575c 100644
--- a/mk/prog.mk
+++ b/mk/prog.mk
@@ -5,7 +5,6 @@
OBJS+= ${SRCS:.c=.o}
-include ${MK}/sys.mk
# Some systems don't include /lib in their standard link path
# so we should embed it if different
# This is currently hardcoded for NetBSD which has two dynamic linkers
@@ -30,5 +29,7 @@ ${PROG}: ${SCRIPTS} ${OBJS}
clean:
rm -f ${CLEANFILES}
+include ${MK}/sys.mk
+include ${MK}/os.mk
include ${MK}/depend.mk
include ${MK}/gitignore.mk