Add a makefile.

This commit is contained in:
John Fieber 1995-09-08 19:34:26 +00:00
parent b564b3e73e
commit ff3498c91e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10640

View file

@ -0,0 +1,12 @@
# $Id$
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>