-# $OpenBSD: Makefile,v 1.11 2013/05/05 19:27:23 tedu Exp $
+# $OpenBSD: Makefile,v 1.12 2014/07/16 20:02:17 okan Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
MANSUBDIR=amd64
NOPROG=
.include <bsd.prog.mk>
.endif
-
-# $OpenBSD: Makefile,v 1.6 2011/03/12 04:12:29 guenther Exp $
+# $OpenBSD: Makefile,v 1.7 2014/07/16 20:02:17 okan Exp $
# $NetBSD: Makefile,v 1.1 1996/02/21 02:45:47 jtk Exp $
MAN+= i386_get_ldt.2 \
NOPROG=
.include <bsd.prog.mk>
.endif
-
-# $OpenBSD: Makefile.inc,v 1.1 2005/04/01 10:54:27 mickey Exp $
+# $OpenBSD: Makefile.inc,v 1.2 2014/07/16 20:02:17 okan Exp $
SRCS+= bcmp.c bzero.c bcopy.c memchr.c memcmp.c memset.c index.c rindex.c \
strcat.c strcmp.c strcpy.c strlcpy.c strcspn.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c ffs.c
-
# $NetBSD: Makefile.inc,v 1.4 2009/07/30 20:57:16 dsl Exp $
-
SRCS += ntohl.c ntohs.c htons.c htonl.c
-
-# $OpenBSD: Makefile.inc,v 1.7 2007/06/05 18:11:48 kurt Exp $
+# $OpenBSD: Makefile.inc,v 1.8 2014/07/16 20:02:17 okan Exp $
.PATH: ${LIBCSRCDIR}/thread
SRCS+= unithread_malloc_lock.c unithread_mutex.c unithread_tag.c
-
${TBL} intro.2 > intro.2.tbl
.include <bsd.doc.mk>
-
-
-# $OpenBSD: Makefile,v 1.4 2012/08/02 13:38:39 okan Exp $
+# $OpenBSD: Makefile,v 1.5 2014/07/16 20:02:17 okan Exp $
# $NetBSD: Makefile,v 1.5 1998/04/13 14:18:45 lukem Exp $
LIB= ossaudio
${DESTDIR}/usr/include
.include <bsd.lib.mk>
-
-# $OpenBSD: Makefile.inc,v 1.6 2013/06/02 22:03:12 tedu Exp $
+# $OpenBSD: Makefile.inc,v 1.7 2014/07/16 20:02:17 okan Exp $
includes:
@cd ${SRCDIR}/include; \
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
$$h ${DESTDIR}/usr/include) || exit 1; \
done
-
-# $OpenBSD: Makefile.inc,v 1.34 2013/06/17 19:11:54 guenther Exp $
+# $OpenBSD: Makefile.inc,v 1.35 2014/07/16 20:02:17 okan Exp $
# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $
# POSIX thread man files
sem_open.3 sem_unlink.3 \
sem_wait.3 sem_timedwait.3 \
sem_wait.3 sem_trywait.3
-
-# $OpenBSD: Makefile,v 1.38 2014/07/10 13:46:30 guenther Exp $
+# $OpenBSD: Makefile,v 1.39 2014/07/16 20:02:17 okan Exp $
LIB=pthread
LIBCSRCDIR= ${.CURDIR}/../libc
.include "${SRCDIR}/include/Makefile.inc"
.include "${SRCDIR}/man/Makefile.inc"
.include <bsd.lib.mk>
-