Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
99N/A#
99N/A# This file and its contents are supplied under the terms of the
99N/A# Common Development and Distribution License ("CDDL"), version 1.0.
99N/A# You may only use this file in accordance with the terms of version
99N/A# 1.0 of the CDDL.
99N/A#
99N/A# A full copy of the text of the CDDL should have accompanied this
99N/A# source. A copy of the CDDL is also available via the Internet
99N/A# at http://www.illumos.org/license/CDDL.
99N/A#
99N/A
99N/A# Copyright 2011, Richard Lowe
99N/A
99N/Ainclude ../../Makefile.master
99N/A
99N/AMANSECT = 7m
99N/A
99N/ACOMMON_MANFILES = bufmod.7m \
99N/A connld.7m \
99N/A ldterm.7m \
3746N/A pckt.7m \
99N/A pfmod.7m \
3746N/A pipemod.7m \
3746N/A ptem.7m \
3746N/A sppptun.7m \
127N/A timod.7m \
99N/A tirdwr.7m \
99N/A ttcompat.7m \
99N/A usb_ah.7m \
99N/A usbkbm.7m \
4261N/A usbms.7m \
618N/A vuidmice.7m
99N/A
99N/Asparc_MANFILES= kb.7m
844N/A
4425N/AMANSOFILES = vuid2ps2.7m \
99N/A vuid3ps2.7m \
3533N/A vuidm3p.7m \
1258N/A vuidm4p.7m \
99N/A vuidm5p.7m
4261N/A
3746N/AMANFILES = $(COMMON_MANFILES) $($(MACH)_MANFILES) $(MANSOFILES)
3746N/A
4982N/Avuid2ps2.7m := SOSRC = man7m/vuidmice.7m
2818N/Avuid3ps2.7m := SOSRC = man7m/vuidmice.7m
3817N/Avuidm3p.7m := SOSRC = man7m/vuidmice.7m
3817N/Avuidm4p.7m := SOSRC = man7m/vuidmice.7m
3817N/Avuidm5p.7m := SOSRC = man7m/vuidmice.7m
99N/A
783N/A.KEEP_STATE:
783N/A
783N/Ainclude ../Makefile.man
99N/A
99N/Ainstall: $(ROOTMANFILES)
196N/A