From 2a42de02f4e574ec3a1c7fd6bb82c44a628beb8c Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 15 Oct 1997 16:29:14 +0000 Subject: Include the machine-dependent Makefile.inc for sys in the correct place. --- lib/libc/sys/Makefile.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/libc/sys') diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index fcdef38..389d3ea 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,9 +1,11 @@ # @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 -# $Id: Makefile.inc,v 1.41 1997/10/10 05:48:16 dyson Exp $ +# $Id: Makefile.inc,v 1.42 1997/10/15 16:16:34 bde Exp $ # sys sources .PATH: ${.CURDIR}/../libc/${MACHINE}/sys ${.CURDIR}/../libc/sys +.include "${.CURDIR}/../libc/${MACHINE}/sys/Makefile.inc" + # modules with non-default implementations on at least one architecture: SRCS+= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S reboot.S \ rfork.S sbrk.S setlogin.S sigpending.S sigprocmask.S sigreturn.S \ -- cgit v1.1