diff options
author | 2019-01-17 06:24:15 +0000 | |
---|---|---|
committer | 2019-01-17 06:24:15 +0000 | |
commit | fb84ebc9a55977e60917c67e51d267a54b32cca4 (patch) | |
tree | 0898255a85db3d297a7a8a731a3d882b29dc0d93 | |
parent | use $OpenBSD markers only (diff) | |
download | wireguard-openbsd-fb84ebc9a55977e60917c67e51d267a54b32cca4.tar.xz wireguard-openbsd-fb84ebc9a55977e60917c67e51d267a54b32cca4.zip |
use $OpenBSD marker
-rw-r--r-- | sbin/pdisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pdisk/Makefile b/sbin/pdisk/Makefile index 16dc18c87e9..0529cbe0da2 100644 --- a/sbin/pdisk/Makefile +++ b/sbin/pdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 2016/01/27 14:19:59 krw Exp $ +# $OpenBSD: Makefile,v 1.24 2019/01/17 06:24:15 tedu Exp $ .if ${MACHINE} == "macppc" PROG= pdisk |