diff options
author | 1997-10-07 22:38:31 +0000 | |
---|---|---|
committer | 1997-10-07 22:38:31 +0000 | |
commit | 20e5ebfabeaaf430f22c5754e1cd576c50287791 (patch) | |
tree | 38c0a08baed9287e60618ebfa40069b5dee9f7e2 /lib | |
parent | 1) Don't truncate the input string when a directory cannot be stat'd (diff) | |
download | wireguard-openbsd-20e5ebfabeaaf430f22c5754e1cd576c50287791.tar.xz wireguard-openbsd-20e5ebfabeaaf430f22c5754e1cd576c50287791.zip |
Makefile refers to NOPIC, so at least bring bsd.own.mk in before, as some
ports define NOPIC in there.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csu/c++/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/csu/c++/Makefile b/lib/csu/c++/Makefile index 4d87823269b..4960c6b767d 100644 --- a/lib/csu/c++/Makefile +++ b/lib/csu/c++/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:00 millert Exp $ +# $OpenBSD: Makefile,v 1.5 1997/10/07 22:38:31 niklas Exp $ + +.include <bsd.own.mk> CFLAGS+= -DLIBC_SCCS .if !defined(NOPIC) |