1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-31 12:13:10 +00:00

Drop <bsd.man.mk> support from <bsd.kmod.mk>.

Not objected to by:	-current
This commit is contained in:
Ruslan Ermilov 2002-01-11 15:49:02 +00:00
parent afac94af5c
commit 17d6c63672
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89260
114 changed files with 2 additions and 135 deletions

View File

@ -32,8 +32,6 @@
# #
# KMODUNLOAD Command to unload a kernel module [/sbin/kldunload] # KMODUNLOAD Command to unload a kernel module [/sbin/kldunload]
# #
# NOMAN KLD does not have a manual page if set.
#
# PROG The name of the kernel module to build. # PROG The name of the kernel module to build.
# If not supplied, ${KMOD}.o is used. # If not supplied, ${KMOD}.o is used.
# #
@ -63,7 +61,7 @@
# put the stuff into the right "distribution". # put the stuff into the right "distribution".
# #
# install: # install:
# install the program and its manual pages; if the Makefile # install the kernel module; if the Makefile
# does not itself define the target install, the targets # does not itself define the target install, the targets
# beforeinstall and afterinstall may also be used to cause # beforeinstall and afterinstall may also be used to cause
# actions immediately before and after the install target # actions immediately before and after the install target
@ -77,7 +75,6 @@
# #
# bsd.obj.mk: clean, cleandir and obj # bsd.obj.mk: clean, cleandir and obj
# bsd.dep.mk: cleandepend, depend and tags # bsd.dep.mk: cleandepend, depend and tags
# bsd.man.mk: maninstall
# #
KMODLOAD?= /sbin/kldload KMODLOAD?= /sbin/kldload
@ -176,24 +173,17 @@ ${KMOD}.kld: ${OBJS}
.endif .endif
.if !defined(NOMAN)
.if 0
MAN?= ${KMOD}.4
.endif
.include <bsd.man.mk>
.else
.if !target(all-man) .if !target(all-man)
all-man: _SUBDIR all-man: _SUBDIR
.endif .endif
.if !target(maninstall) .if !target(maninstall)
maninstall: _SUBDIR maninstall: _SUBDIR
.endif .endif
.endif
_ILINKS=@ machine _ILINKS=@ machine
.MAIN: all .MAIN: all
all: objwarn ${PROG} all-man _SUBDIR all: objwarn ${PROG} _SUBDIR
beforedepend: ${_ILINKS} beforedepend: ${_ILINKS}
@rm -f .depend @rm -f .depend
@ -276,11 +266,7 @@ realinstall: _SUBDIR
.endif .endif
install: afterinstall _SUBDIR install: afterinstall _SUBDIR
.if !defined(NOMAN)
afterinstall: realinstall maninstall
.else
afterinstall: realinstall afterinstall: realinstall
.endif
realinstall: beforeinstall realinstall: beforeinstall
.endif .endif

View File

@ -10,7 +10,6 @@ CFLAGS+= -DPC98
KMOD= apm KMOD= apm
SRCS= apm.c apm.h \ SRCS= apm.c apm.h \
device_if.h bus_if.h device_if.h bus_if.h
NOMAN=
EXPORT_SYMS= apm_display \ EXPORT_SYMS= apm_display \
apm_softc apm_softc

View File

@ -3,6 +3,5 @@
.PATH: ${.CURDIR}/../../net .PATH: ${.CURDIR}/../../net
KMOD= bridge KMOD= bridge
SRCS= bridge.c SRCS= bridge.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -30,8 +30,6 @@ SRCS+= scsi_sa.c
SRCS+= scsi_ses.c SRCS+= scsi_ses.c
SRCS+= scsi_targ_bh.c scsi_target.c SRCS+= scsi_targ_bh.c scsi_target.c
NOMAN=
EXPORT_SYMS= YES # XXX evaluate EXPORT_SYMS= YES # XXX evaluate
opt_scsi.h: opt_scsi.h:

View File

@ -5,7 +5,6 @@
KMOD= cardbus KMOD= cardbus
SRCS= cardbus.c cardbus_cis.c \ SRCS= cardbus.c cardbus_cis.c \
device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
NOMAN=
EXPORT_SYMS= YES # XXX evaluate EXPORT_SYMS= YES # XXX evaluate

View File

@ -5,7 +5,6 @@
KMOD= cbb KMOD= cbb
SRCS= pccbb.c \ SRCS= pccbb.c \
device_if.h bus_if.h device_if.h bus_if.h
NOMAN=
EXPORT_SYMS= YES # XXX evaluate EXPORT_SYMS= YES # XXX evaluate

View File

@ -4,6 +4,5 @@
KMOD= ccd KMOD= ccd
SRCS= ccd.c vnode_if.h SRCS= ccd.c vnode_if.h
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -7,6 +7,5 @@ SRCS= vnode_if.h \
cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \ cd9660_bmap.c cd9660_lookup.c cd9660_node.c cd9660_rrip.c \
cd9660_util.c cd9660_vfsops.c cd9660_vnops.c cd9660_util.c cd9660_vfsops.c cd9660_vnops.c
EXPORT_SYMS= cd9660_wchar2char EXPORT_SYMS= cd9660_wchar2char
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -6,7 +6,6 @@ KMOD= coda
SRCS= vnode_if.h \ SRCS= vnode_if.h \
coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \ coda_fbsd.c coda_namecache.c coda_psdev.c coda_subr.c \
coda_venus.c coda_vfsops.c coda_vnops.c vcoda.h coda_venus.c coda_vfsops.c coda_vnops.c vcoda.h
NOMAN=
CLEANFILES= vcoda.h CLEANFILES= vcoda.h

View File

@ -4,7 +4,6 @@
KMOD= ibcs2_coff KMOD= ibcs2_coff
SRCS= imgact_coff.c vnode_if.h SRCS= imgact_coff.c vnode_if.h
NOMAN=
CFLAGS+= -DCOMPAT_IBCS2 CFLAGS+= -DCOMPAT_IBCS2

View File

@ -3,6 +3,5 @@
.PATH: ${.CURDIR}/../../netinet .PATH: ${.CURDIR}/../../netinet
KMOD= dummynet KMOD= dummynet
SRCS= ip_dummynet.c opt_bdg.h SRCS= ip_dummynet.c opt_bdg.h
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -6,7 +6,6 @@ SRCS= vnode_if.h opt_quota.h opt_ddb.h opt_suiddir.h \
ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_inode_cnv.c \ ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_inode_cnv.c \
ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_subr.c \ ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_subr.c \
ext2_vfsops.c ext2_vnops.c ext2_vfsops.c ext2_vnops.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>
# DO NOT DELETE # DO NOT DELETE

View File

@ -11,7 +11,6 @@ KMOD= fdc
SRCS= fd.c \ SRCS= fd.c \
opt_fdc.h card.h \ opt_fdc.h card.h \
bus_if.h card_if.h device_if.h isa_if.h bus_if.h card_if.h device_if.h isa_if.h
NOMAN=
FDC_DEBUG?= 0 # 0/1 FDC_DEBUG?= 0 # 0/1
FDC_PCCARD?= 1 # 0/1 whether pccard support (i. e. Y-E DATA PCMCIA FDC_PCCARD?= 1 # 0/1 whether pccard support (i. e. Y-E DATA PCMCIA

View File

@ -5,6 +5,5 @@
KMOD= fdescfs KMOD= fdescfs
SRCS= vnode_if.h \ SRCS= vnode_if.h \
fdesc_vfsops.c fdesc_vnops.c fdesc_vfsops.c fdesc_vnops.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= fpu KMOD= fpu
SRCS= math_emulate.c SRCS= math_emulate.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -8,7 +8,6 @@ SRCS= div_small.s errors.c fpu_arith.c fpu_aux.c fpu_entry.c fpu_etc.c \
poly_div.s poly_l2.c poly_mul64.s poly_sin.c poly_tan.c \ poly_div.s poly_l2.c poly_mul64.s poly_sin.c poly_tan.c \
polynomial.s reg_add_sub.c reg_compare.c reg_constant.c reg_div.s \ polynomial.s reg_add_sub.c reg_compare.c reg_constant.c reg_div.s \
reg_ld_str.c reg_u_mul.s reg_u_sub.s wm_shrx.s wm_sqrt.s reg_ld_str.c reg_u_mul.s reg_u_sub.s wm_shrx.s wm_sqrt.s
NOMAN=
EXPORT_SYMS= math_emulate EXPORT_SYMS= math_emulate

View File

@ -6,6 +6,5 @@ KMOD= hpfs
SRCS= vnode_if.h \ SRCS= vnode_if.h \
hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \ hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
hpfs_alsubr.c hpfs_alsubr.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= if_disc KMOD= if_disc
SRCS= if_disc.c opt_inet.h opt_inet6.h SRCS= if_disc.c opt_inet.h opt_inet6.h
NOMAN=
opt_inet.h: opt_inet.h:
echo "#define INET 1" > ${.TARGET} echo "#define INET 1" > ${.TARGET}

View File

@ -4,7 +4,6 @@
KMOD= if_ef KMOD= if_ef
SRCS= if_ef.c opt_ipx.h opt_inet.h opt_ef.h SRCS= if_ef.c opt_ipx.h opt_inet.h opt_ef.h
NOMAN=
# If you need only limited number of frames comment out unneeded ones # If you need only limited number of frames comment out unneeded ones
# this will reduce number of visible devices # this will reduce number of visible devices

View File

@ -4,7 +4,6 @@
KMOD= if_faith KMOD= if_faith
SRCS= if_faith.c opt_inet.h opt_inet6.h SRCS= if_faith.c opt_inet.h opt_inet6.h
NOMAN=
opt_inet.h: opt_inet.h:
echo "#define INET 1" > ${.TARGET} echo "#define INET 1" > ${.TARGET}

View File

@ -4,7 +4,6 @@
KMOD= if_gif KMOD= if_gif
SRCS= if_gif.c in_gif.c in6_gif.c opt_inet.h opt_inet6.h opt_mrouting.h SRCS= if_gif.c in_gif.c in6_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
NOMAN=
opt_inet.h: opt_inet.h:
echo "#define INET 1" > ${.TARGET} echo "#define INET 1" > ${.TARGET}

View File

@ -5,7 +5,6 @@
KMOD= if_ppp KMOD= if_ppp
SRCS= if_ppp.c ppp_tty.c slcompress.c \ SRCS= if_ppp.c ppp_tty.c slcompress.c \
opt_inet.h opt_ipx.h opt_ppp.h ppp.h vnode_if.h opt_inet.h opt_ipx.h opt_ppp.h ppp.h vnode_if.h
NOMAN=
NPPP?= 2 NPPP?= 2
PPP_BSDCOMP?= 1 # 0/1 PPP_BSDCOMP?= 1 # 0/1

View File

@ -4,7 +4,6 @@
KMOD= if_sl KMOD= if_sl
SRCS= if_sl.c slcompress.c opt_inet.h opt_slip.h SRCS= if_sl.c slcompress.c opt_inet.h opt_slip.h
NOMAN=
opt_inet.h: opt_inet.h:
echo "#define INET 1" > ${.TARGET} echo "#define INET 1" > ${.TARGET}

View File

@ -4,7 +4,6 @@
KMOD= if_stf KMOD= if_stf
SRCS= if_stf.c opt_inet.h opt_inet6.h SRCS= if_stf.c opt_inet.h opt_inet6.h
NOMAN=
opt_inet.h: opt_inet.h:
echo "#define INET 1" > ${.TARGET} echo "#define INET 1" > ${.TARGET}

View File

@ -4,7 +4,6 @@
KMOD= if_tun KMOD= if_tun
SRCS= if_tun.c opt_inet.h vnode_if.h SRCS= if_tun.c opt_inet.h vnode_if.h
NOMAN=
opt_inet.h: opt_inet.h:
echo "#define INET 1" > ${.TARGET} echo "#define INET 1" > ${.TARGET}

View File

@ -4,7 +4,6 @@
KMOD= if_vlan KMOD= if_vlan
SRCS= if_vlan.c opt_inet.h SRCS= if_vlan.c opt_inet.h
NOMAN=
opt_inet.h: opt_inet.h:
echo "#define INET 1" > ${.TARGET} echo "#define INET 1" > ${.TARGET}

View File

@ -4,7 +4,6 @@
KMOD= ip6fw KMOD= ip6fw
SRCS= ip6_fw.c SRCS= ip6_fw.c
NOMAN=
CFLAGS+= -DIPV6FIREWALL CFLAGS+= -DIPV6FIREWALL

View File

@ -4,7 +4,6 @@
KMOD= ip_mroute KMOD= ip_mroute
SRCS= ip_mroute.c opt_mrouting.h opt_random_ip_id.h SRCS= ip_mroute.c opt_mrouting.h opt_random_ip_id.h
NOMAN=
CFLAGS+= -DMROUTE_KLD CFLAGS+= -DMROUTE_KLD

View File

@ -5,7 +5,6 @@
KMOD= ipl KMOD= ipl
SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \ SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \
ip_log.c ip_fil.c fil.c ip_log.c ip_fil.c fil.c
NOMAN=
CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter
CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG

View File

@ -4,7 +4,6 @@
KMOD= ipfw KMOD= ipfw
SRCS= ip_fw.c SRCS= ip_fw.c
NOMAN=
CFLAGS+= -DIPFIREWALL CFLAGS+= -DIPFIREWALL
# #

View File

@ -7,7 +7,6 @@ SRCS= iconv.c iconv_xlat.c
SRCS+= iconv.h SRCS+= iconv.h
SRCS+= iconv_converter_if.c iconv_converter_if.h SRCS+= iconv_converter_if.c iconv_converter_if.h
MFILES= libkern/iconv_converter_if.m MFILES= libkern/iconv_converter_if.m
NOMAN= true
EXPORT_SYMS= iconv_open \ EXPORT_SYMS= iconv_open \
iconv_close \ iconv_close \

View File

@ -5,7 +5,6 @@ SRCS= vnode_if.h kernel_lkm.c kernel_interface.c kernel_util.c \
kernel_log.c kernel_mediate.c lomacfs_vfsops.c lomacfs_vnops.c \ kernel_log.c kernel_mediate.c lomacfs_vfsops.c lomacfs_vnops.c \
lomacfs_subr.c kernel_monitor.c kernel_mmap.c kernel_pipe.c \ lomacfs_subr.c kernel_monitor.c kernel_mmap.c kernel_pipe.c \
kernel_socket.c kernel_socket.c
NOMAN= yes
SUBDIR+= syscall_gate SUBDIR+= syscall_gate
SUBDIR+= plm SUBDIR+= plm
CFLAGS+= -I${.CURDIR}/../../security/lomac CFLAGS+= -I${.CURDIR}/../../security/lomac

View File

@ -2,7 +2,6 @@
KMOD= lomac_plm KMOD= lomac_plm
SRCS= vnode_if.h kernel_plm.c SRCS= vnode_if.h kernel_plm.c
NOMAN= yes
CFLAGS+= -I${.CURDIR}/../../../security/lomac CFLAGS+= -I${.CURDIR}/../../../security/lomac
EXPORT_SYMS= lomac_node_entry_root \ EXPORT_SYMS= lomac_node_entry_root \

View File

@ -2,7 +2,6 @@
KMOD= syscall_gate KMOD= syscall_gate
SRCS= syscall_gate.c SRCS= syscall_gate.c
NOMAN= yes
CFLAGS+= -I${.CURDIR}/../../../security/lomac CFLAGS+= -I${.CURDIR}/../../../security/lomac
EXPORT_SYMS= syscall_gate_register \ EXPORT_SYMS= syscall_gate_register \

View File

@ -6,6 +6,5 @@ KMOD= lpt
SRCS= bus_if.h device_if.h ppbus_if.h \ SRCS= bus_if.h device_if.h ppbus_if.h \
opt_lpt.h \ opt_lpt.h \
lpt.c lpt.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= md KMOD= md
SRCS= md.c opt_md.h vnode_if.h SRCS= md.c opt_md.h vnode_if.h
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -6,7 +6,6 @@ KMOD= msdosfs
SRCS= vnode_if.h \ SRCS= vnode_if.h \
msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \ msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
msdosfs_vfsops.c msdosfs_vnops.c msdosfs_vfsops.c msdosfs_vnops.c
NOMAN=
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View File

@ -12,8 +12,6 @@ SRCS+= ncp_burst.c
CFLAGS+= -DNCPBURST CFLAGS+= -DNCPBURST
.endif .endif
NOMAN=
load: ${KMOD}.ko load: ${KMOD}.ko
kldload ./${KMOD}.ko kldload ./${KMOD}.ko

View File

@ -3,6 +3,5 @@
KMOD= ng_UI KMOD= ng_UI
SRCS= ng_UI.c SRCS= ng_UI.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_async KMOD= ng_async
SRCS= ng_async.c SRCS= ng_async.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@
KMOD= ng_bpf KMOD= ng_bpf
SRCS= ng_bpf.c bpf_filter.c SRCS= ng_bpf.c bpf_filter.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -2,6 +2,5 @@
KMOD= ng_bridge KMOD= ng_bridge
SRCS= ng_bridge.c SRCS= ng_bridge.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_cisco KMOD= ng_cisco
SRCS= ng_cisco.c SRCS= ng_cisco.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_echo KMOD= ng_echo
SRCS= ng_echo.c SRCS= ng_echo.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -2,6 +2,5 @@
KMOD= ng_eiface KMOD= ng_eiface
SRCS= ng_eiface.c SRCS= ng_eiface.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@ COPTS+=-g
KMOD= ng_etf KMOD= ng_etf
SRCS= ng_etf.c SRCS= ng_etf.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_frame_relay KMOD= ng_frame_relay
SRCS= ng_frame_relay.c SRCS= ng_frame_relay.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_hole KMOD= ng_hole
SRCS= ng_hole.c SRCS= ng_hole.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_iface KMOD= ng_iface
SRCS= ng_iface.c SRCS= ng_iface.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -2,6 +2,5 @@
KMOD= ng_ip_input KMOD= ng_ip_input
SRCS= ng_ip_input.c SRCS= ng_ip_input.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -2,6 +2,5 @@
KMOD= ng_ksocket KMOD= ng_ksocket
SRCS= ng_ksocket.c SRCS= ng_ksocket.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_lmi KMOD= ng_lmi
SRCS= ng_lmi.c SRCS= ng_lmi.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,7 +3,6 @@
KMOD= ng_mppc KMOD= ng_mppc
SRCS= ng_mppc.c opt_netgraph.h SRCS= ng_mppc.c opt_netgraph.h
NOMAN=
NETGRAPH_MPPC_COMPRESSION?= 0 NETGRAPH_MPPC_COMPRESSION?= 0
NETGRAPH_MPPC_ENCRYPTION?= 1 NETGRAPH_MPPC_ENCRYPTION?= 1

View File

@ -3,6 +3,5 @@
KMOD= netgraph KMOD= netgraph
SRCS= ng_base.c ng_parse.c SRCS= ng_base.c ng_parse.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -2,6 +2,5 @@
KMOD= ng_one2many KMOD= ng_one2many
SRCS= ng_one2many.c SRCS= ng_one2many.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_ppp KMOD= ng_ppp
SRCS= ng_ppp.c SRCS= ng_ppp.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_pppoe KMOD= ng_pppoe
SRCS= ng_pppoe.c SRCS= ng_pppoe.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_pptpgre KMOD= ng_pptpgre
SRCS= ng_pptpgre.c SRCS= ng_pptpgre.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_rfc1490 KMOD= ng_rfc1490
SRCS= ng_rfc1490.c SRCS= ng_rfc1490.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -2,6 +2,5 @@
KMOD= ng_sample KMOD= ng_sample
SRCS= ng_sample.c SRCS= ng_sample.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_socket KMOD= ng_socket
SRCS= ng_socket.c SRCS= ng_socket.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_split KMOD= ng_split
SRCS= ng_split.c SRCS= ng_split.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_tee KMOD= ng_tee
SRCS= ng_tee.c SRCS= ng_tee.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -3,6 +3,5 @@
KMOD= ng_tty KMOD= ng_tty
SRCS= ng_tty.c SRCS= ng_tty.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@
KMOD= ng_vjc KMOD= ng_vjc
SRCS= ng_vjc.c slcompress.c SRCS= ng_vjc.c slcompress.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -8,7 +8,6 @@ SRCS= vnode_if.h \
opt_inet.h opt_nfs.h opt_bootp.h opt_inet.h opt_nfs.h opt_bootp.h
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
opt_inet.h: opt_inet.h:
touch ${.TARGET} touch ${.TARGET}

View File

@ -7,6 +7,4 @@ SRCS= vnode_if.h \
nfs_common.c \ nfs_common.c \
opt_nfs.h opt_nfs.h
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -6,6 +6,5 @@ KMOD= ntfs
SRCS= vnode_if.h \ SRCS= vnode_if.h \
ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \ ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \
ntfs_compr.c ntfs_compr.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@
KMOD= nullfs KMOD= nullfs
SRCS= vnode_if.h \ SRCS= vnode_if.h \
null_subr.c null_vfsops.c null_vnops.c null_subr.c null_vfsops.c null_vnops.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -8,8 +8,6 @@ SRCS= vnode_if.h \
nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \ nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \
nwfs_subr.c opt_ncp.h opt_nwfs.h opt_vmpage.h nwfs_subr.c opt_ncp.h opt_nwfs.h opt_vmpage.h
NOMAN= true
.if defined(VNPRINT) .if defined(VNPRINT)
CFLAGS+= -DVNPRINT CFLAGS+= -DVNPRINT
.endif .endif

View File

@ -6,7 +6,6 @@ KMOD= oldcard
SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \ SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \ opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
power_if.h card_if.h power_if.c card_if.c power_if.h card_if.h power_if.c card_if.c
NOMAN=
EXPORT_SYMS= YES # XXX evaluate EXPORT_SYMS= YES # XXX evaluate

View File

@ -5,7 +5,6 @@ KMOD = if_oltr
SRCS = if_oltr.c trlldbm.c trlldhm.c trlldmac.c if_iso88025subr.c \ SRCS = if_oltr.c trlldbm.c trlldhm.c trlldmac.c if_iso88025subr.c \
opt_inet.h opt_inet6.h opt_ipx.h device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h opt_ipx.h device_if.h bus_if.h pci_if.h
OBJS+= trlld.o OBJS+= trlld.o
NOMAN=
TR_INET?= 1 # 0/1 requires INET to be configured in the kernel TR_INET?= 1 # 0/1 requires INET to be configured in the kernel
TR_INET6?= 0 # 0/1 requires INET6 to be configured in the kernel TR_INET6?= 0 # 0/1 requires INET6 to be configured in the kernel

View File

@ -5,7 +5,6 @@
KMOD= pccard KMOD= pccard
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \ SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
device_if.h bus_if.h card_if.h power_if.h device_if.h bus_if.h card_if.h power_if.h
NOMAN=
EXPORT_SYMS= YES # XXX evaluate EXPORT_SYMS= YES # XXX evaluate

View File

@ -5,7 +5,6 @@
KMOD= pcic KMOD= pcic
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \ SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
power_if.h card_if.h power_if.c card_if.c power_if.h card_if.h power_if.c card_if.c
NOMAN=
EXPORT_SYMS= YES # XXX evaluate EXPORT_SYMS= YES # XXX evaluate

View File

@ -6,6 +6,5 @@ KMOD= plip
SRCS= bus_if.h device_if.h ppbus_if.h \ SRCS= bus_if.h device_if.h ppbus_if.h \
opt_plip.h \ opt_plip.h \
if_plip.c if_plip.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@
KMOD= portalfs KMOD= portalfs
SRCS= vnode_if.h \ SRCS= vnode_if.h \
portal_vfsops.c portal_vnops.c portal_vfsops.c portal_vnops.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -6,7 +6,6 @@ KMOD= ppbus
SRCS= bus_if.h device_if.h ppbus_if.h \ SRCS= bus_if.h device_if.h ppbus_if.h \
opt_ppb_1284.h opt_ppbus.h \ opt_ppb_1284.h opt_ppbus.h \
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
NOMAN=
EXPORT_SYMS= ppb_attach_device \ EXPORT_SYMS= ppb_attach_device \
ppb_request_bus \ ppb_request_bus \

View File

@ -6,6 +6,5 @@ KMOD= ppi
SRCS= bus_if.h device_if.h ppbus_if.h \ SRCS= bus_if.h device_if.h ppbus_if.h \
opt_ppi.h opt_ppb_1284.h \ opt_ppi.h opt_ppb_1284.h \
ppi.c ppb_1284.c ppi.c ppb_1284.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -6,6 +6,5 @@ KMOD= pps
SRCS= bus_if.h device_if.h ppbus_if.h \ SRCS= bus_if.h device_if.h ppbus_if.h \
opt_pps.h \ opt_pps.h \
pps.c pps.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -7,7 +7,6 @@ KMOD= random
SRCS= randomdev.c yarrow.c hash.c SRCS= randomdev.c yarrow.c hash.c
SRCS+= rijndael-alg-fst.c rijndael-api-fst.c SRCS+= rijndael-alg-fst.c rijndael-api-fst.c
SRCS+= bus_if.h device_if.h vnode_if.h SRCS+= bus_if.h device_if.h vnode_if.h
NOMAN= yes
CFLAGS+= -I${.CURDIR}/../.. CFLAGS+= -I${.CURDIR}/../..

View File

@ -5,6 +5,5 @@
KMOD= if_ray KMOD= if_ray
SRCS= if_ray.c SRCS= if_ray.c
SRCS+= device_if.h bus_if.h card_if.h opt_inet.h SRCS+= device_if.h bus_if.h card_if.h opt_inet.h
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -18,8 +18,6 @@ SRCS= vnode_if.h \
smbfs_vfsops.c smbfs_node.c smbfs_io.c smbfs_vnops.c \ smbfs_vfsops.c smbfs_node.c smbfs_io.c smbfs_vnops.c \
smbfs_subr.c smbfs_smb.c smbfs_subr.c smbfs_smb.c
NOMAN=true
NETSMBCRYPTO=yes NETSMBCRYPTO=yes
.if defined(NETSMBCRYPTO) .if defined(NETSMBCRYPTO)

View File

@ -4,6 +4,5 @@
KMOD= snp KMOD= snp
SRCS= snp.c vnode_if.h SRCS= snp.c vnode_if.h
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -2,7 +2,6 @@
KMOD= splash_bmp KMOD= splash_bmp
SRCS= splash_bmp.c SRCS= splash_bmp.c
NOMAN=
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View File

@ -2,6 +2,5 @@
KMOD= splash_pcx KMOD= splash_pcx
SRCS= splash_pcx.c SRCS= splash_pcx.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -5,7 +5,6 @@
KMOD= sppp KMOD= sppp
SRCS= if_spppsubr.c SRCS= if_spppsubr.c
SRCS+= opt_inet.h opt_inet6.h opt_ipx.h SRCS+= opt_inet.h opt_inet6.h opt_ipx.h
NOMAN=
EXPORT_SYMS= sppp_attach \ EXPORT_SYMS= sppp_attach \
sppp_detach \ sppp_detach \

View File

@ -5,7 +5,6 @@ MAINTAINER= newton@atdot.dotat.org
KMOD= streams KMOD= streams
SRCS= streams.c opt_streams.h SRCS= streams.c opt_streams.h
NOMAN=
EXPORT_SYMS= svr4_str_initialized \ EXPORT_SYMS= svr4_str_initialized \
svr4_stream_get \ svr4_stream_get \

View File

@ -4,7 +4,6 @@
KMOD= apm_saver KMOD= apm_saver
SRCS= apm_saver.c SRCS= apm_saver.c
NOMAN=
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View File

@ -4,6 +4,5 @@
KMOD= blank_saver KMOD= blank_saver
SRCS= blank_saver.c SRCS= blank_saver.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= daemon_saver KMOD= daemon_saver
SRCS= daemon_saver.c SRCS= daemon_saver.c
NOMAN=
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View File

@ -4,6 +4,5 @@
KMOD= fade_saver KMOD= fade_saver
SRCS= fade_saver.c SRCS= fade_saver.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= fire_saver KMOD= fire_saver
SRCS= fire_saver.c SRCS= fire_saver.c
NOMAN=
CWARNFLAGS= -Wall -pedantic CWARNFLAGS= -Wall -pedantic

View File

@ -4,6 +4,5 @@
KMOD= green_saver KMOD= green_saver
SRCS= green_saver.c SRCS= green_saver.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -4,6 +4,5 @@
KMOD= logo_saver KMOD= logo_saver
SRCS= logo_saver.c logo.c SRCS= logo_saver.c logo.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -4,7 +4,6 @@
KMOD= rain_saver KMOD= rain_saver
SRCS= rain_saver.c SRCS= rain_saver.c
NOMAN=
CWARNFLAGS= -Wall -pedantic CWARNFLAGS= -Wall -pedantic

View File

@ -4,7 +4,6 @@
KMOD= snake_saver KMOD= snake_saver
SRCS= snake_saver.c SRCS= snake_saver.c
NOMAN=
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View File

@ -4,7 +4,6 @@
KMOD= star_saver KMOD= star_saver
SRCS= star_saver.c SRCS= star_saver.c
NOMAN=
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"
CFLAGS+= -DPC98 CFLAGS+= -DPC98

View File

@ -4,7 +4,6 @@
KMOD= warp_saver KMOD= warp_saver
SRCS= warp_saver.c SRCS= warp_saver.c
NOMAN=
CWARNFLAGS= -Wall -pedantic CWARNFLAGS= -Wall -pedantic

View File

@ -8,6 +8,5 @@ KMOD= udbp
SRCS= bus_if.h device_if.h \ SRCS= bus_if.h device_if.h \
opt_usb.h \ opt_usb.h \
udbp.c udbp.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

View File

@ -6,6 +6,5 @@ MAINTAINER= n_hibma@freebsd.org
KMOD= ugen KMOD= ugen
SRCS= bus_if.h device_if.h vnode_if.h opt_usb.h ugen.c SRCS= bus_if.h device_if.h vnode_if.h opt_usb.h ugen.c
NOMAN=
.include <bsd.kmod.mk> .include <bsd.kmod.mk>

Some files were not shown because too many files have changed in this diff Show More