Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/isdn/ispppcontrol Remove a spurious slash and clean...



details:   https://anonhg.NetBSD.org/src/rev/42624a25f67a
branches:  trunk
changeset: 517775:42624a25f67a
user:      perry <perry%NetBSD.org@localhost>
date:      Mon Nov 19 04:11:18 2001 +0000

description:
Remove a spurious slash and clean up formatting.

diffstat:

 usr.sbin/isdn/ispppcontrol/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (17 lines):

diff -r 7c88a9ad7737 -r 42624a25f67a usr.sbin/isdn/ispppcontrol/Makefile
--- a/usr.sbin/isdn/ispppcontrol/Makefile       Mon Nov 19 03:20:45 2001 +0000
+++ b/usr.sbin/isdn/ispppcontrol/Makefile       Mon Nov 19 04:11:18 2001 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.2 2001/04/29 10:30:41 martin Exp $
+#      $NetBSD: Makefile,v 1.3 2001/11/19 04:11:18 perry Exp $
 
-PROG   =       ispppcontrol
-MAN      =     ispppcontrol.8
+PROG=  ispppcontrol
+MAN=   ispppcontrol.8
 
 LINKS=  ${BINDIR}/ispppcontrol ${BINDIR}/pppoectl
-MLINKS= ispppcontrol.8 /pppoectl.8
+MLINKS= ispppcontrol.8 pppoectl.8
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index