diff options
author | 2013-09-29 14:54:07 +0000 | |
---|---|---|
committer | 2013-09-29 14:54:07 +0000 | |
commit | 4c6d0bf7434f8e2f6bfb5897346a9561221ceb3f (patch) | |
tree | 807aefbac0e2c85be2b05b8aeaea1a4fbad0527d | |
parent | Test whether the WHOAMI register exists before using it. Apparently, models (diff) | |
download | wireguard-openbsd-4c6d0bf7434f8e2f6bfb5897346a9561221ceb3f.tar.xz wireguard-openbsd-4c6d0bf7434f8e2f6bfb5897346a9561221ceb3f.zip |
remove bogus comment
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index e2b46d98f97..a060ed1ced4 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.175 2013/08/24 06:55:39 jsg Exp $ +# $OpenBSD: Makefile,v 1.176 2013/09/29 14:54:07 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -9,7 +9,6 @@ .include <bsd.own.mk> -# Missing: mp.h FILES= a.out.h ar.h assert.h bitstring.h blf.h bm.h bsd_auth.h \ complex.h cpio.h ctype.h curses.h db.h dbm.h des.h dirent.h disktab.h \ dlfcn.h elf_abi.h err.h errno.h fenv.h float.h fnmatch.h fstab.h fts.h \ |