diff options
author | 2004-07-21 04:28:49 +0000 | |
---|---|---|
committer | 2004-07-21 04:28:49 +0000 | |
commit | 7e5bf40b5e3ec7ee405506d071003996136ef493 (patch) | |
tree | f3feb5740dac9cda287b02ae25373e7d563be7a4 | |
parent | calibrate after opening. helps if cpu speed is changing and microtime can't (diff) | |
download | wireguard-openbsd-7e5bf40b5e3ec7ee405506d071003996136ef493.tar.xz wireguard-openbsd-7e5bf40b5e3ec7ee405506d071003996136ef493.zip |
need to include bsd.own.mk here
-rw-r--r-- | regress/gnu/egcs/gcc/Makefile | 4 | ||||
-rw-r--r-- | regress/gnu/egcs/libf2c/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/regress/gnu/egcs/gcc/Makefile b/regress/gnu/egcs/gcc/Makefile index b46cee05995..d6a3e85334a 100644 --- a/regress/gnu/egcs/gcc/Makefile +++ b/regress/gnu/egcs/gcc/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2004/07/20 06:36:51 david Exp $ +# $OpenBSD: Makefile,v 1.4 2004/07/21 04:28:49 david Exp $ + +.include <bsd.own.mk> NOMAN= NOPROG= diff --git a/regress/gnu/egcs/libf2c/Makefile b/regress/gnu/egcs/libf2c/Makefile index 59706d9434a..ac73af0211a 100644 --- a/regress/gnu/egcs/libf2c/Makefile +++ b/regress/gnu/egcs/libf2c/Makefile @@ -1,4 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2004/07/20 06:36:51 david Exp $ +# $OpenBSD: Makefile,v 1.4 2004/07/21 04:28:49 david Exp $ + +.include <bsd.own.mk> NOMAN= NOPROG= |