diff options
author | 2015-12-01 15:32:29 +0000 | |
---|---|---|
committer | 2015-12-01 15:32:29 +0000 | |
commit | 0622fb13220a53f53eef44634a63e6d858066138 (patch) | |
tree | 905f07a51a11dff4ecbbe9ae9c0252addc8cf3a7 | |
parent | when peer outputs a multi-line response, concat response into a single log (diff) | |
download | wireguard-openbsd-0622fb13220a53f53eef44634a63e6d858066138.tar.xz wireguard-openbsd-0622fb13220a53f53eef44634a63e6d858066138.zip |
solbourne went away
-rw-r--r-- | sys/kern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 2e1294a37f1..59278bcf7e2 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.40 2015/12/01 07:50:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.41 2015/12/01 15:32:29 deraadt Exp $ # Makefile for kernel tags files, init_sysent, etc. ARCH= alpha amd64 armish armv7 \ hppa hppa64 i386 landisk loongson \ luna88k macppc octeon sgi socppc \ - solbourne sparc sparc64 vax zaurus + sparc sparc64 vax zaurus all: @echo "Doing nothing. Did you want make syscalls?" |