summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-15 16:29:14 +0000
committerbde <bde@FreeBSD.org>1997-10-15 16:29:14 +0000
commit2a42de02f4e574ec3a1c7fd6bb82c44a628beb8c (patch)
tree8642b738a7a20cb3cafb45a040e41fe0dace8c5a /lib/libc/sys/Makefile.inc
parentef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62 (diff)
downloadFreeBSD-src-2a42de02f4e574ec3a1c7fd6bb82c44a628beb8c.zip
FreeBSD-src-2a42de02f4e574ec3a1c7fd6bb82c44a628beb8c.tar.gz
Include the machine-dependent Makefile.inc for sys in the correct place.
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
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 \
OpenPOWER on IntegriCloud