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/bgplg | |
parent | 89b77ece8297b428ef405fbae69adb7180c3e9ca (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'usr.bin/bgplg')
-rw-r--r-- | usr.bin/bgplg/traceroute/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/bgplg/traceroute/Makefile b/usr.bin/bgplg/traceroute/Makefile index adcfb228d1d..49c63e9d8e9 100644 --- a/usr.bin/bgplg/traceroute/Makefile +++ b/usr.bin/bgplg/traceroute/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2014/04/26 11:02:45 florian Exp $ +# $OpenBSD: Makefile,v 1.3 2014/07/16 20:06:27 okan Exp $ PROGDIR= ${.CURDIR}/../../../usr.sbin/traceroute @@ -14,4 +14,3 @@ LINKS= ${BINDIR}/traceroute ${BINDIR}/traceroute6 BINMODE= 000 .PATH: ${PROGDIR} - |