From 64853c4916945ad760f06c27c363a201c1643271 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 19 Mar 2008 15:22:20 +0000 Subject: Rejig the build system a little so we have per ok defs per system. Probably easier in the long run. --- mk/prog.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk/prog.mk') diff --git a/mk/prog.mk b/mk/prog.mk index 46bfb56b..237575c7 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 -- cgit v1.2.3