Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
792N/A#
792N/A# This file and its contents are supplied under the terms of the
1356N/A# Common Development and Distribution License ("CDDL"), version 1.0.
792N/A# You may only use this file in accordance with the terms of version
1597N/A# 1.0 of the CDDL.
792N/A#
792N/A# A full copy of the text of the CDDL should have accompanied this
919N/A# source. A copy of the CDDL is also available via the Internet
919N/A# at http://www.illumos.org/license/CDDL.
919N/A#
919N/A
919N/A#
919N/A# Copyright 2011, Richard Lowe
919N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
919N/A#
919N/A
919N/Ainclude $(SRC)/Makefile.master
919N/A
919N/AMANSECT= 7i
919N/A
919N/A_MANFILES= audio.7i \
919N/A cdio.7i \
919N/A dkio.7i \
919N/A dsp.7i \
792N/A fbio.7i \
792N/A fdio.7i \
792N/A hdio.7i \
792N/A iec61883.7i \
792N/A ipnat.7i \
792N/A mhd.7i \
970N/A mixer.7i \
970N/A mtio.7i \
970N/A prnio.7i \
1356N/A quotactl.7i \
970N/A sesio.7i \
792N/A sockio.7i \
792N/A streamio.7i \
792N/A termio.7i \
911N/A termiox.7i \
911N/A uscsi.7i \
911N/A visual_io.7i \
911N/A vt.7i
792N/A
792N/Ai386_MANFILES= agpgart_io.7i
792N/A
1141N/AMANFILES= $(_MANFILES) $($(MACH)_MANFILES)
1141N/A
1425N/A.KEEP_STATE:
1199N/A
792N/Ainclude $(SRC)/man/Makefile.man
930N/A
924N/Ainstall: $(ROOTMANFILES) $(ROOTMANLINKS)
1440N/A