diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:08:26 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:08:26 +0000 |
commit | 9c2963fcc176fa2e99113b4aa7cecf66508b8962 (patch) | |
tree | dcb25638af3f5c822c6dc424836037c15af8809b /sys/dev/microcode | |
parent | 0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (diff) |
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> - |