diff options
author | 2017-02-19 00:46:57 +0000 | |
---|---|---|
committer | 2017-02-19 00:46:57 +0000 | |
commit | d2d156320132dfc938ad5ddcc6e5ab8d2c1679ad (patch) | |
tree | 0ab1993bb401d87e94141106676cb50c76787b06 | |
parent | add test cases for C locale; ok schwarze@ (diff) | |
download | wireguard-openbsd-d2d156320132dfc938ad5ddcc6e5ab8d2c1679ad.tar.xz wireguard-openbsd-d2d156320132dfc938ad5ddcc6e5ab8d2c1679ad.zip |
More whitespace, helps reading
ok ajacoutot@
-rw-r--r-- | bin/cat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cat/Makefile b/bin/cat/Makefile index c8c92e223ab..a59eccefdd1 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:34:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2017/02/19 00:46:57 jca Exp $ PROG= cat + .include <bsd.prog.mk> |