diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 22:41:29 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-23 22:41:29 +0000 |
commit | 4a9474a7e4d42b69659b42caaeb75eece97b3366 (patch) | |
tree | ff3605f953692e98ae79505e5e56ce29ec07a755 | |
parent | aef9d9be3b21500c918bb33460e1a145c75e280d (diff) |
tabs vs. spaces
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 2ca773a4766..4627f8ac0b7 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1997/06/23 22:21:50 kstailey Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.11 1997/06/23 22:41:28 kstailey Exp $ # # Build wrapper for Perl 5.003. # @@ -82,7 +82,7 @@ x2p/cflags: .ifdef NOMAN maninstall: - @echo NOMAN is set + @echo NOMAN is set .endif install: ${MANALL} maninstall |