diff options
author | 2014-07-16 20:08:25 +0000 | |
---|---|---|
committer | 2014-07-16 20:08:25 +0000 | |
commit | 401fdfa01780b46ad44fc21f7fdefb333fe00271 (patch) | |
tree | 4021976f924e278d8952464a6435b209aef92ab2 /sys/dev/microcode | |
parent | zap trailing newlines; "go for it" deraadt (diff) | |
download | wireguard-openbsd-401fdfa01780b46ad44fc21f7fdefb333fe00271.tar.xz wireguard-openbsd-401fdfa01780b46ad44fc21f7fdefb333fe00271.zip |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/symbol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/microcode/symbol/Makefile b/sys/dev/microcode/symbol/Makefile index 9178fda6cc7..903815fa5b2 100644 --- a/sys/dev/microcode/symbol/Makefile +++ b/sys/dev/microcode/symbol/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2013/03/25 17:40:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2014/07/16 20:08:25 okan Exp $ NOPROG= NOMAN= @@ -21,4 +21,3 @@ afterinstall: .endif .include <bsd.prog.mk> - |