diff options
Diffstat (limited to 'share/doc/handbook/Makefile')
-rw-r--r-- | share/doc/handbook/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/handbook/Makefile b/share/doc/handbook/Makefile index 749d7ac..044d6d3 100644 --- a/share/doc/handbook/Makefile +++ b/share/doc/handbook/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1995/12/07 13:22:12 jkh Exp $ +# $Id: Makefile,v 1.8 1996/02/11 00:16:06 jkh Exp $ SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml dialup.sgml @@ -8,8 +8,8 @@ SRCS+= handbook.sgml history.sgml hw.sgml install.sgml kerberos.sgml SRCS+= kernelconfig.sgml kerneldebug.sgml memoryuse.sgml SRCS+= mirrors.sgml nfs.sgml nutshell.sgml SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml relnotes.sgml -SRCS+= routing.sgml scsi.sgml sections.sgml +SRCS+= routing.sgml scsi.sgml sections.sgml sio.sgml SRCS+= skey.sgml slipc.sgml slips.sgml stable.sgml submitters.sgml sup.sgml -SRCS+= synching.sgml troubleshooting.sgml userppp.sgml +SRCS+= synching.sgml troubleshooting.sgml userppp.sgml uart.sgml .include <bsd.sgml.mk> |