Print this page
mandoc import

*** 22,36 **** # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2010 Nexenta Systems, Inc. All rights reserved. # Copyright (c) 2012 Joyent, Inc. All rights reserved. # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved. include ../Makefile.master # ! # Note that the commands 'agents', 'lp', 'perl', and 'man' are first in # the list, violating alphabetical order. This is because they are very # long-running and should be given the most wall-clock time for a # parallel build. # # Commands in the FIRST_SUBDIRS list are built before starting the build --- 22,37 ---- # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2010 Nexenta Systems, Inc. All rights reserved. # Copyright (c) 2012 Joyent, Inc. All rights reserved. # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved. + # Copyright 2014 Garrett D'Amore <garrett@damore.org> include ../Makefile.master # ! # Note that the commands 'lp', and 'perl' are first in # the list, violating alphabetical order. This is because they are very # long-running and should be given the most wall-clock time for a # parallel build. # # Commands in the FIRST_SUBDIRS list are built before starting the build
*** 50,60 **** COMMON_SUBDIRS= \ allocate \ availdevs \ lp \ perl \ - man \ Adm \ abi \ adbgen \ acct \ acctadm \ --- 51,60 ----
*** 250,259 **** --- 250,261 ---- mach \ machid \ mail \ mailx \ makekey \ + man \ + mandoc \ mdb \ mesg \ mkdir \ mkfifo \ mkfile \
*** 496,511 **** sf880drd \ virtinfo \ vntsd # ! # Commands that are messaged. Note that 'lp' and 'man' come first ! # (see previous comment about 'lp' and 'man'). # MSGSUBDIRS= \ lp \ - man \ abi \ acctadm \ allocate \ asa \ audio \ --- 498,512 ---- sf880drd \ virtinfo \ vntsd # ! # Commands that are messaged. Note that 'lp' comes first ! # (see previous comment about 'lp'.) # MSGSUBDIRS= \ lp \ abi \ acctadm \ allocate \ asa \ audio \
*** 615,624 **** --- 616,626 ---- logins \ ls \ luxadm \ lvm \ mailx \ + man \ mesg \ mkdir \ mkpwdict \ mktemp \ more \