diff options
author | 2013-02-03 10:38:40 +0000 | |
---|---|---|
committer | 2013-02-03 10:38:40 +0000 | |
commit | 577526b4a6acf0ef4c1c3f3a55ea849bf1658957 (patch) | |
tree | 264bee11965b02ea946921e15a4e054be7cc7bbf /lib/libc/sys | |
parent | Expunge unused variables and pointless construction of same in (diff) | |
download | wireguard-openbsd-577526b4a6acf0ef4c1c3f3a55ea849bf1658957.tar.xz wireguard-openbsd-577526b4a6acf0ef4c1c3f3a55ea849bf1658957.zip |
gremlin crept in
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index fd814a6c6ca..0bd51eecbc5 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.108 2013/02/02 13:29:14 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.109 2013/02/03 10:38:40 miod Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -60,7 +60,7 @@ ASM= __get_tcb.o __getcwd.o __semctl.o __set_tcb.o __syscall.o \ # modules with specific implementations on some architectures, and the # default implementation elsewhere: -SRCS_m68k= __get_tcb.S shmat.S chdir.S +SRCS_m68k= __get_tcb.S shmat.S SRCS+= ${SRCS_${MACHINE_CPU}} .for i in ${SRCS_${MACHINE_CPU}} |