diff options
author | 2005-06-01 08:19:35 +0000 | |
---|---|---|
committer | 2005-06-01 08:19:35 +0000 | |
commit | c507250c3abb7ef3882971dc30c1340097cc0d88 (patch) | |
tree | d974d728354c247d1328549e7c37a6c7534313b3 | |
parent | utility is called gzsig, not gzsign; (diff) | |
download | wireguard-openbsd-c507250c3abb7ef3882971dc30c1340097cc0d88.tar.xz wireguard-openbsd-c507250c3abb7ef3882971dc30c1340097cc0d88.zip |
no need for both $Id$ and $OpenBSD$
-rw-r--r-- | regress/usr.bin/gzsig/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/gzsig/Makefile b/regress/usr.bin/gzsig/Makefile index b83932fdb26..c7d2aca4358 100644 --- a/regress/usr.bin/gzsig/Makefile +++ b/regress/usr.bin/gzsig/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2005/05/31 14:15:41 art Exp $ -# $Id: Makefile,v 1.3 2005/05/31 14:15:41 art Exp $ +# $OpenBSD: Makefile,v 1.4 2005/06/01 08:19:35 marius Exp $ do-regress: @sh ${.CURDIR}/gzsig.sh ${.CURDIR} |