From d58a024513614202bc6448cd18096a33fefab632 Mon Sep 17 00:00:00 2001 From: David Leonard Date: Sat, 5 Sep 1998 07:40:49 +0000 Subject: missed these too. sigh --- lib/libpthread/include/Makefile.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/libpthread/include/Makefile.inc (limited to 'lib/libpthread/include/Makefile.inc') diff --git a/lib/libpthread/include/Makefile.inc b/lib/libpthread/include/Makefile.inc new file mode 100644 index 00000000000..389952b97f1 --- /dev/null +++ b/lib/libpthread/include/Makefile.inc @@ -0,0 +1,12 @@ +# $OpenBSD: Makefile.inc,v 1.1 1998/09/05 07:40:47 d Exp $ + +includes: + @cd ${.CURDIR}/include; \ + for h in pthread.h pthread_np.h sched.h; do \ + cmp -s $$h ${DESTDIR}/usr/include/$$h > /dev/null 2>&1 || \ + (echo ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ + -m 444 $$h ${DESTDIR}/usr/include; \ + ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ + $$h ${DESTDIR}/usr/include) || exit 1; \ + done + -- cgit v1.2.3