0N/A#
157N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
157N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet
157N/A# at http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright 2011, Richard Lowe
0N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
0N/A#
0N/A
0N/Ainclude $(SRC)/Makefile.master
0N/A
0N/AMANSECT= 9p
0N/A
157N/AMANFILES= ddi-forceattach.9p \
157N/A inquiry-device-type.9p \
157N/A no-involuntary-power-cycles.9p \
0N/A pm-components.9p \
0N/A pm.9p \
0N/A removable-media.9p \
0N/A size.9p
0N/A
0N/AMANLINKS= Nblock.9p \
0N/A blksize.9p \
0N/A ddi-no-autodetach.9p \
0N/A device-blksize.9p \
0N/A device-nblocks.9p \
0N/A inquiry-product-id.9p \
0N/A inquiry-revision-id.9p \
0N/A inquiry-serial-no.9p \
0N/A inquiry-vendor-id.9p
0N/A
0N/Addi-no-autodetach.9p := LINKSRC = ddi-forceattach.9p
0N/A
0N/Ainquiry-product-id.9p := LINKSRC = inquiry-device-type.9p
0N/Ainquiry-revision-id.9p := LINKSRC = inquiry-device-type.9p
0N/Ainquiry-serial-no.9p := LINKSRC = inquiry-device-type.9p
inquiry-vendor-id.9p := LINKSRC = inquiry-device-type.9p
Nblock.9p := LINKSRC = size.9p
blksize.9p := LINKSRC = size.9p
device-blksize.9p := LINKSRC = size.9p
device-nblocks.9p := LINKSRC = size.9p
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)