Add a makefile.

This commit is contained in:
John Fieber 1995-09-08 19:34:26 +00:00
parent 402a0a34d0
commit ce9f0ffbc9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=77

12
handbook/Makefile Normal file
View file

@ -0,0 +1,12 @@
# $Id: Makefile,v 1.1 1995-09-08 19:34:26 jfieber Exp $
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
SRCS+= booting.sgml contrib.sgml ctm.sgml current.sgml dialup.sgml
SRCS+= diskless.sgml eresources.sgml glossary.sgml handbook.sgml
SRCS+= history.sgml hw.sgml install.sgml kerberos.sgml kerneldebug.sgml
SRCS+= memoryuse.sgml mirrors.sgml nfs.sgml nutshell.sgml porting.sgml
SRCS+= ports.sgml ppp.sgml relnotes.sgml scsi.sgml sections.sgml
SRCS+= slipc.sgml slips.sgml submitters.sgml sup.sgml
SRCS+= troubleshooting.sgml userppp.sgml
.include <bsd.sgml.mk>