Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
16309N/A#
16309N/A# This file and its contents are supplied under the terms of the
16309N/A# Common Development and Distribution License ("CDDL"), version 1.0.
16309N/A# You may only use this file in accordance with the terms of version
16309N/A# 1.0 of the CDDL.
16309N/A#
16309N/A# A full copy of the text of the CDDL should have accompanied this
16309N/A# source. A copy of the CDDL is also available via the Internet
16309N/A# at http://www.illumos.org/license/CDDL.
16309N/A#
16309N/A
16309N/A#
16309N/A# Copyright 2011, Richard Lowe
16313N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
16309N/A#
16313N/A
16313N/Ainclude $(SRC)/Makefile.master
16309N/A
16309N/AMANSECT= 7m
16309N/A
16309N/A_MANFILES = bufmod.7m \
16309N/A connld.7m \
16309N/A ldterm.7m \
16309N/A pckt.7m \
16309N/A pfmod.7m \
16309N/A pipemod.7m \
16309N/A ptem.7m \
16309N/A sppptun.7m \
16309N/A timod.7m \
16309N/A tirdwr.7m \
16309N/A ttcompat.7m \
16309N/A usb_ah.7m \
16309N/A usbkbm.7m \
usbms.7m \
vuidmice.7m
sparc_MANFILES= kb.7m
MANLINKS= vuid2ps2.7m \
vuid3ps2.7m \
vuidm3p.7m \
vuidm4p.7m \
vuidm5p.7m
MANFILES= $(_MANFILES) $($(MACH)_MANFILES)
vuid2ps2.7m := LINKSRC = vuidmice.7m
vuid3ps2.7m := LINKSRC = vuidmice.7m
vuidm3p.7m := LINKSRC = vuidmice.7m
vuidm4p.7m := LINKSRC = vuidmice.7m
vuidm5p.7m := LINKSRC = vuidmice.7m
.KEEP_STATE:
include $(SRC)/man/Makefile.man
install: $(ROOTMANFILES) $(ROOTMANLINKS)