219 sparc_MANFILES = sbus.4
220
221 i386_MANFILES = sysbus.4
222
223 i386_MANSOFILES = isa.4
224
225 MANSOFILES = addresses.4 \
226 devid_cache.4 \
227 devname_cache.4 \
228 dir.4 \
229 dumpdates.4 \
230 fbtab.4 \
231 forward.4 \
232 fs.4 \
233 hosts.allow.4 \
234 hosts.deny.4 \
235 intro.4 \
236 md.cf.4 \
237 mdi_ib_cache.4 \
238 mdi_scsi_vhci_cache.4 \
239 pci_unitaddr_persistent.4 \
240 pcie.4 \
241 qop.4 \
242 rhosts.4 \
243 sendmail.cf.4 \
244 snapshot_cache.4 \
245 submit.cf.4 \
246 volume-defaults.4 \
247 wtmp.4 \
248 wtmpx.4 \
249 $($(MACH)_MANSOFILES)
250
251 MANFILES = $(COMMON_MANFILES) $($(MACH)_MANFILES) $(MANSOFILES)
252
253 intro.4 := SOSRC = man4/Intro.4
254
255 addresses.4 := SOSRC = man4/aliases.4
256 forward.4 := SOSRC = man4/aliases.4
257
258 fs.4 := SOSRC = man4/default_fs.4
260 devid_cache.4 := SOSRC = man4/devices.4
261 devname_cache.4 := SOSRC = man4/devices.4
262 mdi_ib_cache.4 := SOSRC = man4/devices.4
263 mdi_scsi_vhci_cache.4 := SOSRC = man4/devices.4
264 pci_unitaddr_persistent.4 := SOSRC = man4/devices.4
265 snapshot_cache.4 := SOSRC = man4/devices.4
266
267 dir.4 := SOSRC = man4/dir_ufs.4
268
269 rhosts.4 := SOSRC = man4/hosts.equiv.4
270
271 hosts.allow.4 := SOSRC = man4/hosts_access.4
272 hosts.deny.4 := SOSRC = man4/hosts_access.4
273
274 fbtab.4 := SOSRC = man4/logindevperm.4
275
276 md.cf.4 := SOSRC = man4/md.tab.4
277
278 qop.4 := SOSRC = man4/mech.4
279
280 pcie.4 := SOSRC = man4/pci.4
281
282 sendmail.cf.4 := SOSRC = man4/sendmail.4
283 submit.cf.4 := SOSRC = man4/sendmail.4
284
285 isa.4 := SOSRC = man4/sysbus.4
286
287 dumpdates.4 := SOSRC = man4/ufsdump.4
288
289 wtmp.4 := SOSRC = man4/utmp.4
290
291 wtmpx.4 := SOSRC = man4/utmpx.4
292
293 volume-defaults.4 := SOSRC = man4/volume-request.4
294
295 .KEEP_STATE:
296
297 include ../Makefile.man
298
299 install: $(ROOTMANFILES)
|
219 sparc_MANFILES = sbus.4
220
221 i386_MANFILES = sysbus.4
222
223 i386_MANSOFILES = isa.4
224
225 MANSOFILES = addresses.4 \
226 devid_cache.4 \
227 devname_cache.4 \
228 dir.4 \
229 dumpdates.4 \
230 fbtab.4 \
231 forward.4 \
232 fs.4 \
233 hosts.allow.4 \
234 hosts.deny.4 \
235 intro.4 \
236 md.cf.4 \
237 mdi_ib_cache.4 \
238 mdi_scsi_vhci_cache.4 \
239 pam.d.4 \
240 pci_unitaddr_persistent.4 \
241 pcie.4 \
242 qop.4 \
243 rhosts.4 \
244 sendmail.cf.4 \
245 snapshot_cache.4 \
246 submit.cf.4 \
247 volume-defaults.4 \
248 wtmp.4 \
249 wtmpx.4 \
250 $($(MACH)_MANSOFILES)
251
252 MANFILES = $(COMMON_MANFILES) $($(MACH)_MANFILES) $(MANSOFILES)
253
254 intro.4 := SOSRC = man4/Intro.4
255
256 addresses.4 := SOSRC = man4/aliases.4
257 forward.4 := SOSRC = man4/aliases.4
258
259 fs.4 := SOSRC = man4/default_fs.4
261 devid_cache.4 := SOSRC = man4/devices.4
262 devname_cache.4 := SOSRC = man4/devices.4
263 mdi_ib_cache.4 := SOSRC = man4/devices.4
264 mdi_scsi_vhci_cache.4 := SOSRC = man4/devices.4
265 pci_unitaddr_persistent.4 := SOSRC = man4/devices.4
266 snapshot_cache.4 := SOSRC = man4/devices.4
267
268 dir.4 := SOSRC = man4/dir_ufs.4
269
270 rhosts.4 := SOSRC = man4/hosts.equiv.4
271
272 hosts.allow.4 := SOSRC = man4/hosts_access.4
273 hosts.deny.4 := SOSRC = man4/hosts_access.4
274
275 fbtab.4 := SOSRC = man4/logindevperm.4
276
277 md.cf.4 := SOSRC = man4/md.tab.4
278
279 qop.4 := SOSRC = man4/mech.4
280
281 pam.d.4 := SOSRC = man4/pam.conf.4
282
283 pcie.4 := SOSRC = man4/pci.4
284
285 sendmail.cf.4 := SOSRC = man4/sendmail.4
286 submit.cf.4 := SOSRC = man4/sendmail.4
287
288 isa.4 := SOSRC = man4/sysbus.4
289
290 dumpdates.4 := SOSRC = man4/ufsdump.4
291
292 wtmp.4 := SOSRC = man4/utmp.4
293
294 wtmpx.4 := SOSRC = man4/utmpx.4
295
296 volume-defaults.4 := SOSRC = man4/volume-request.4
297
298 .KEEP_STATE:
299
300 include ../Makefile.man
301
302 install: $(ROOTMANFILES)
|