35 lines
1.0 KiB
Makefile
35 lines
1.0 KiB
Makefile
# $NetBSD: Makefile,v 1.109 2019/06/12 09:03:32 mrg Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
|
|
MAN= MAKEDEV.8 MAKEDEV.local.8 afterboot.8 boot.8 compat_30.8 \
|
|
compat_freebsd.8 compat_linux.8 \
|
|
compat_netbsd32.8 compat_sunos.8 \
|
|
compat_ultrix.8 \
|
|
creds_msdos.8 \
|
|
diskless.8 hpcboot.8 \
|
|
intro.8 nis.8 pam.8 rc.8 rc.subr.8 rescue.8 \
|
|
sysinst.8 veriexec.8 \
|
|
wizd.8
|
|
MLINKS+=MAKEDEV.8 makedev.8
|
|
MLINKS+=MAKEDEV.local.8 makedev.local.8
|
|
MLINKS+=compat_netbsd32.8 netbsd32.8
|
|
MLINKS+=nis.8 yp.8
|
|
MLINKS+=rc.8 rc.d.8
|
|
MLINKS+=rc.8 rc.local.8
|
|
MLINKS+=rc.8 rc.shutdown.8
|
|
|
|
SUBDIR= man8.acorn32 man8.alpha man8.amiga man8.atari \
|
|
man8.cobalt man8.dreamcast man8.emips man8.evbarm \
|
|
man8.hp300 man8.hpcarm man8.hpcmips man8.hpcsh man8.hppa \
|
|
man8.mac68k man8.macppc \
|
|
man8.mvme68k man8.next68k man8.pmax man8.prep man8.sandpoint \
|
|
man8.sgimips man8.sparc man8.sparc64 man8.sun2 man8.sun3 \
|
|
man8.vax man8.x68k man8.x86
|
|
|
|
# create MAKEDEV.8 from ../../etc/MAKEDEV.tmpl
|
|
makedevs:
|
|
cd ${.CURDIR} && ${HOST_SH} MAKEDEV2manpage.sh
|
|
|
|
.include <bsd.man.mk>
|
|
.include <bsd.subdir.mk>
|