reformat the SUBDIR section to make it fit in less than 80 columns
This commit is contained in:
parent
2034af8d80
commit
e5d95c012e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.72 2004/02/23 17:03:28 reinoud Exp $
|
||||
# $NetBSD: Makefile,v 1.73 2004/02/23 17:17:27 perry Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
|
||||
MAN= MAKEDEV.8 afterboot.8 \
|
||||
|
@ -17,10 +17,13 @@ MLINKS+=compat_netbsd32.8 netbsd32.8
|
|||
MLINKS+=yp.8 nis.8
|
||||
MLINKS+=rc.8 rc.d.8
|
||||
MLINKS+=rc.8 rc.shutdown.8
|
||||
SUBDIR= man8.acorn26 man8.acorn32 man8.alpha man8.amiga man8.atari man8.dreamcast \
|
||||
man8.hp300 man8.hpcmips man8.i386 man8.mac68k man8.macppc \
|
||||
man8.mvme68k man8.next68k man8.pmax man8.pmppc man8.sparc man8.sparc64 \
|
||||
man8.sun2 man8.sun3 man8.vax man8.x68k man8.cobalt
|
||||
|
||||
SUBDIR= man8.acorn26 man8.acorn32 man8.alpha man8.amiga \
|
||||
man8.atari man8.dreamcast man8.hp300 man8.hpcmips \
|
||||
man8.i386 man8.mac68k man8.macppc man8.mvme68k \
|
||||
man8.next68k man8.pmax man8.pmppc man8.sparc \
|
||||
man8.sparc64 man8.sun2 man8.sun3 man8.vax man8.x68k \
|
||||
man8.cobalt
|
||||
|
||||
# create MAKEDEV.8 from ../../etc/MAKEDEV.tmpl
|
||||
makedevs:
|
||||
|
|
Loading…
Reference in New Issue