diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:07:04 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:07:04 +0000 |
commit | 0b3287bd5b6471805de0553f5aa8f011c9fb6e7e (patch) | |
tree | 6b7407900a80a39b0b9028b2ec81c0bba9082cc4 /usr.bin/banner | |
parent | 89b77ece8297b428ef405fbae69adb7180c3e9ca (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.bin/banner')
-rw-r--r-- | usr.bin/banner/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index 3ce26fc6c0d..c857d8ab904 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/16 20:06:27 okan Exp $ PROG= banner @@ -14,4 +14,3 @@ SRCS= $(PROG).c chset.c #CFLAGS+= -DLPD_CHSET .include <bsd.prog.mk> - |