diff options
author | 2008-02-24 19:32:27 +0000 | |
---|---|---|
committer | 2008-02-24 19:32:27 +0000 | |
commit | bb33e68246e60545a4529f5b85f02b3a80180c37 (patch) | |
tree | ffc3d5e19425f8e62b41b390ab99cbd95a35fe9d | |
parent | Remove some bogus 32-bit compatibiliy code and comments. (diff) | |
download | wireguard-openbsd-bb33e68246e60545a4529f5b85f02b3a80180c37.tar.xz wireguard-openbsd-bb33e68246e60545a4529f5b85f02b3a80180c37.zip |
iso will need a Makefile.inc to get REV right
-rw-r--r-- | distrib/vax/Makefile.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/distrib/vax/Makefile.inc b/distrib/vax/Makefile.inc index e7107a12e1e..cebe4193713 100644 --- a/distrib/vax/Makefile.inc +++ b/distrib/vax/Makefile.inc @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile.inc,v 1.4 2001/02/24 10:55:02 hugh Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2008/02/24 19:32:27 deraadt Exp $ -SUBDIR= ../ramdisk -REV= 28 +REV= ${OSrev} -.include <bsd.subdir.mk> +.include <bsd.own.mk> |