diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-07 22:38:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-07 22:38:32 +0000 |
commit | 0deb57689c015f319cd3424d624acd60be95e970 (patch) | |
tree | f73ee94933db05a21c5dd5811900addc9cf80418 /lib | |
parent | 8a28f020ad85f30634fc6cda859e198dedbaf669 (diff) |
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) |