Home | History | Annotate | Line # | Download | only in man8
      1 #	$NetBSD: Makefile,v 1.112 2024/12/07 18:45:20 martin Exp $
      2 #	from: @(#)Makefile	8.1 (Berkeley) 6/5/93
      3 
      4 MAN=	MAKEDEV.8 MAKEDEV.local.8 afterboot.8 boot.8 compat_30.8 \
      5 	compat_bsdos.8 compat_freebsd.8 compat_linux.8 \
      6 	compat_netbsd32.8 compat_sunos.8 \
      7 	compat_ultrix.8 \
      8 	creds_msdos.8 \
      9 	diskless.8 hpcboot.8 \
     10 	intro.8 nis.8 pam.8 rc.8 rc.subr.8 rescue.8 \
     11 	veriexec.8 \
     12 	wizd.8
     13 MLINKS+=MAKEDEV.8 makedev.8
     14 MLINKS+=MAKEDEV.local.8 makedev.local.8
     15 MLINKS+=compat_netbsd32.8 netbsd32.8
     16 MLINKS+=nis.8 yp.8
     17 MLINKS+=rc.8 rc.d.8
     18 MLINKS+=rc.8 rc.local.8
     19 MLINKS+=rc.8 rc.shutdown.8
     20 MLINKS+=rc.8 rc.shutdown.final.8
     21 
     22 SUBDIR= man8.acorn32 man8.alpha man8.amiga man8.atari \
     23 	man8.cobalt man8.dreamcast man8.emips man8.evbarm \
     24 	man8.hp300 man8.hpcarm man8.hpcmips man8.hpcsh man8.hppa \
     25 	man8.mac68k man8.macppc \
     26 	man8.mvme68k man8.next68k man8.pmax man8.prep man8.sandpoint \
     27 	man8.sgimips man8.sparc man8.sparc64 man8.sun2 man8.sun3 \
     28 	man8.vax man8.x68k man8.x86
     29 
     30 # create MAKEDEV.8 from ../../etc/MAKEDEV.tmpl
     31 makedevs:
     32 	cd ${.CURDIR} && ${HOST_SH} MAKEDEV2manpage.sh
     33 
     34 .include <bsd.man.mk>
     35 .include <bsd.subdir.mk>
     36