1130b656e5
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
19 lines
916 B
Makefile
19 lines
916 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
|
|
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
|
SRCS+= cyclades.sgml development.sgml dialup.sgml dialout.sgml
|
|
SRCS+= diskless.sgml dma.sgml eresources.sgml esdi.sgml
|
|
SRCS+= firewalls.sgml glossary.sgml goals.sgml
|
|
SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml
|
|
SRCS+= kerberos.sgml kernelconfig.sgml kerneldebug.sgml kernelopts.sgml
|
|
SRCS+= lists.sgml mail.sgml memoryuse.sgml
|
|
SRCS+= mirrors.sgml nfs.sgml nutshell.sgml pgpkeys.sgml policies.sgml
|
|
SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml
|
|
SRCS+= quotas.sgml relnotes.sgml routing.sgml
|
|
SRCS+= serial.sgml scsi.sgml sections.sgml sio.sgml skey.sgml slipc.sgml
|
|
SRCS+= slips.sgml stable.sgml submitters.sgml sup.sgml synching.sgml
|
|
SRCS+= term.sgml troubleshooting.sgml userppp.sgml uart.sgml linuxemu.sgml
|
|
|
|
.include <bsd.sgml.mk>
|