diff options
author | 2010-05-17 18:17:55 +0000 | |
---|---|---|
committer | 2010-05-17 18:17:55 +0000 | |
commit | b17098b0f266baacb059a45f3e49d99bf94125f0 (patch) | |
tree | 483e135c0f528bc7df856a5ea573e33d91706d64 | |
parent | create /usr/include/objc (diff) | |
download | wireguard-openbsd-b17098b0f266baacb059a45f3e49d99bf94125f0.tar.xz wireguard-openbsd-b17098b0f266baacb059a45f3e49d99bf94125f0.zip |
always provide "includes" target
-rw-r--r-- | gnu/usr.bin/cc/include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/include/Makefile b/gnu/usr.bin/cc/include/Makefile index 960d02fd03a..561ba13cc7a 100644 --- a/gnu/usr.bin/cc/include/Makefile +++ b/gnu/usr.bin/cc/include/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/gnu/usr.bin/cc/include/Makefile,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.8 2010/05/16 07:28:15 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2010/05/17 18:17:55 naddy Exp $ .include <bsd.own.mk> @@ -43,7 +43,7 @@ install includes: ${INCS} ${INSTALL} -C -o ${BINOWN} -g ${LOCALEGRP} -m ${NONBINMODE} ${.ALLSRC} \ ${DESTDIR}/usr/include .else -install: +install includes: # Nothing here so far... .endif |