Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
523N/A#
523N/A# This file and its contents are supplied under the terms of the
523N/A# Common Development and Distribution License ("CDDL"), version 1.0.
523N/A# You may only use this file in accordance with the terms of version
523N/A# 1.0 of the CDDL.
523N/A#
523N/A# A full copy of the text of the CDDL should have accompanied this
523N/A# source. A copy of the CDDL is also available via the Internet
523N/A# at http://www.illumos.org/license/CDDL.
523N/A#
523N/A
523N/A# Copyright 2011, Richard Lowe
523N/A
523N/Ainclude ../../Makefile.master
523N/A
523N/AMANSECT = 3
523N/A
523N/AMANSOFILES = intro.3
523N/AMANFILES = Intro.3 \
523N/A $(MANSOFILES)
523N/A
523N/Aintro.3 := SOSRC = man3/Intro.3
523N/A
523N/A.KEEP_STATE:
523N/A
523N/Ainclude ../Makefile.man
523N/A
523N/Ainstall: $(ROOTMANFILES)
523N/A
523N/A
523N/A