diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-14 08:16:15 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-09-14 08:16:15 +0000 |
commit | a65d8aaab5323fe7ee47bc4bccfe16344aaca562 (patch) | |
tree | 09f6bdd9ab575182177a62c824bbfe8ffda09d2a /include/Makefile | |
parent | e93eb5bbfaec3a28d051db6f32065c52bd8ced69 (diff) |
Prefer the standardized <poll.h> over <sys/poll.h>
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 790cb8552d6..e714791fa4d 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.203 2015/09/09 15:35:24 guenther Exp $ +# $OpenBSD: Makefile,v 1.204 2015/09/14 08:16:14 guenther Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -117,6 +117,9 @@ copies: ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \ ${DESTDIR}/usr/include/$$i ; \ done + ${MAKE} just-sys + +just-sys: cd ../sys; \ pax -rw -pa -L \ `find ${LDIRS} -follow -type f -name '*.h' '!' \ |