4833 Remove volrmmount Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011, Richard Lowe
14 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
15 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
16 #
17
18 include $(SRC)/Makefile.master
19
20 MANSECT= 1
21
22 MANFILES= acctcom.1 \
23 adb.1 \
24 addbib.1 \
25 alias.1 \
26 allocate.1 \
27 amt.1 \
28 appcert.1 \
29 apptrace.1 \
30 apropos.1 \
31 ar.1 \
32 arch.1 \
33 asa.1 \
34 at.1 \
35 atq.1 \
391 trap.1 \
392 troff.1 \
393 true.1 \
394 truss.1 \
395 tsort.1 \
396 tty.1 \
397 type.1 \
398 typeset.1 \
399 ul.1 \
400 umask.1 \
401 uname.1 \
402 unifdef.1 \
403 uniq.1 \
404 units.1 \
405 unix2dos.1 \
406 uptime.1 \
407 uuidgen.1 \
408 vacation.1 \
409 vgrind.1 \
410 volcheck.1 \
411 volrmmount.1 \
412 w.1 \
413 wait.1 \
414 wc.1 \
415 which.1 \
416 who.1 \
417 whocalls.1 \
418 whois.1 \
419 write.1 \
420 xargs.1 \
421 xgettext.1 \
422 xstr.1 \
423 yacc.1 \
424 yes.1 \
425 ypcat.1 \
426 ypmatch.1 \
427 yppasswd.1 \
428 ypwhich.1 \
429 zlogin.1 \
430 zonename.1
431
|
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet
9 # at http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2011, Richard Lowe
14 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
15 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
16 # Copyright 2014 Andrew Stormont
17 #
18
19 include $(SRC)/Makefile.master
20
21 MANSECT= 1
22
23 MANFILES= acctcom.1 \
24 adb.1 \
25 addbib.1 \
26 alias.1 \
27 allocate.1 \
28 amt.1 \
29 appcert.1 \
30 apptrace.1 \
31 apropos.1 \
32 ar.1 \
33 arch.1 \
34 asa.1 \
35 at.1 \
36 atq.1 \
392 trap.1 \ 393 troff.1 \ 394 true.1 \ 395 truss.1 \ 396 tsort.1 \ 397 tty.1 \ 398 type.1 \ 399 typeset.1 \ 400 ul.1 \ 401 umask.1 \ 402 uname.1 \ 403 unifdef.1 \ 404 uniq.1 \ 405 units.1 \ 406 unix2dos.1 \ 407 uptime.1 \ 408 uuidgen.1 \ 409 vacation.1 \ 410 vgrind.1 \ 411 volcheck.1 \ 412 w.1 \ 413 wait.1 \ 414 wc.1 \ 415 which.1 \ 416 who.1 \ 417 whocalls.1 \ 418 whois.1 \ 419 write.1 \ 420 xargs.1 \ 421 xgettext.1 \ 422 xstr.1 \ 423 yacc.1 \ 424 yes.1 \ 425 ypcat.1 \ 426 ypmatch.1 \ 427 yppasswd.1 \ 428 ypwhich.1 \ 429 zlogin.1 \ 430 zonename.1 431 |