aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-15 16:29:14 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-15 16:29:14 +0000
commitc81c89b41086863d4b38985979eaa253ca1c5a47 (patch)
treee388f082b99f01a4b932656bc798370914a12e7b /lib/libc
parent2bc3b4d735463264a45316eebe355c350cb92a0c (diff)
downloadsrc-c81c89b41086863d4b38985979eaa253ca1c5a47.tar.gz
src-c81c89b41086863d4b38985979eaa253ca1c5a47.zip
Include the machine-dependent Makefile.inc for sys in the correct place.
Notes
Notes: svn path=/head/; revision=30448
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/Makefile.inc3
-rw-r--r--lib/libc/sys/Makefile.inc4
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/Makefile.inc b/lib/libc/Makefile.inc
index 1f51b57644b9..92f56b80e61f 100644
--- a/lib/libc/Makefile.inc
+++ b/lib/libc/Makefile.inc
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1 1997/05/03 03:49:51 jb Exp $
#
# This file contains make rules that are shared by libc and libc_r.
#
@@ -22,4 +22,3 @@
CFLAGS+= -DYP
.include "${.CURDIR}/../libc/yp/Makefile.inc"
.endif
-.include "${.CURDIR}/../libc/${MACHINE}/sys/Makefile.inc"
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index fcdef386ea4d..389d3eadc8ef 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 \