diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-25 00:47:08 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-25 00:47:08 +0000 |
commit | dbfccc95b125585187074a53c65a4eb4d43df604 (patch) | |
tree | 844aa24e305acf1828283a0e7cd7c8ff65b1018c | |
parent | bd590fc44afe435ebf306e23d7d1adbd27077516 (diff) |
remove silly alpha comment
-rw-r--r-- | lib/librthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile index b61663c6290..5f70cc3002c 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2005/12/07 03:18:39 tedu Exp $ +# $OpenBSD: Makefile,v 1.4 2005/12/25 00:47:07 tedu Exp $ LIB=rthread CFLAGS+=-Wall -g -Werror -Wshadow .PATH: ${.CURDIR}/arch/${MACHINE_ARCH} SRCS= rthread.c rthread_attr.c rthread_sched.c rthread_sync.c rthread_tls.c rthread_sig.c -OBJS+= _atomic_lock.o rfork_thread.o # .S on alpha +OBJS+= _atomic_lock.o rfork_thread.o .include <bsd.lib.mk> |