mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a makefile.
This commit is contained in:
parent
b564b3e73e
commit
ff3498c91e
1 changed files with 12 additions and 0 deletions
12
share/doc/handbook/Makefile
Normal file
12
share/doc/handbook/Makefile
Normal 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>
|
||||
Loading…
Reference in a new issue