diff options
| author | wiz <wiz@NetBSD.org> | 2002-05-16 19:47:47 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2002-05-16 19:47:47 +0000 |
| commit | 19f4778435dcc98a8aeeb7fa99ed0f5c2f9c92cf (patch) | |
| tree | d2c7bbe939d02eec75def7b709df2fc881f379c7 /usr.bin/make/PSD.doc/tutorial.ms | |
| parent | 79deb5d12dca6202485afd64b0e2e9b158bad1ff (diff) | |
Comment out token after #endif. (Hmmmmmmm.)
Diffstat (limited to 'usr.bin/make/PSD.doc/tutorial.ms')
| -rw-r--r-- | usr.bin/make/PSD.doc/tutorial.ms | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 373c461c2bc..a8a2eec4422 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -1,4 +1,4 @@ -.\" $NetBSD: tutorial.ms,v 1.5 2001/08/20 12:00:55 wiz Exp $ +.\" $NetBSD: tutorial.ms,v 1.6 2002/05/16 19:47:47 wiz Exp $ .\" Copyright (c) 1988, 1989 by Adam de Boor .\" Copyright (c) 1989 by Berkeley Softworks .\" Copyright (c) 1988, 1989, 1993 @@ -2974,11 +2974,11 @@ MAKELIB : .USE .PRECIOUS #ifndef no_ranlib # ifdef many_libraries ... -# endif many_libraries +# endif /* many_libraries */ ranlib $(.TARGET) -#endif no_ranlib +#endif /* no_ranlib */ -#endif _MAKELIB_MK +#endif /* _MAKELIB_MK */ .DE .xH 2 On the Condition... .Rd 1 |
