Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
6331N/A#
6331N/A# This file and its contents are supplied under the terms of the
6331N/A# Common Development and Distribution License ("CDDL"), version 1.0.
6331N/A# You may only use this file in accordance with the terms of version
6331N/A# 1.0 of the CDDL.
6331N/A#
6331N/A# A full copy of the text of the CDDL should have accompanied this
6331N/A# source. A copy of the CDDL is also available via the Internet
6331N/A# at http://www.illumos.org/license/CDDL.
6331N/A#
6331N/A
6331N/A# Copyright 2011, Richard Lowe
6331N/A
6331N/Ainclude ../../Makefile.master
6331N/A
6331N/AMANSECT = 3sec
6331N/A
6331N/AMANFILES = acl_check.3sec \
6331N/A acl_free.3sec \
6331N/A acl_get.3sec \
6331N/A acl_strip.3sec \
6331N/A acl_totext.3sec \
6331N/A acl_trivial.3sec \
6331N/A aclcheck.3sec \
6331N/A aclsort.3sec \
6331N/A acltomode.3sec \
6331N/A acltotext.3sec
6331N/A
6331N/AMANSOFILES = acl_fromtext.3sec \
6331N/A acl_set.3sec \
6331N/A aclfrommode.3sec \
6331N/A aclfromtext.3sec \
6331N/A facl_get.3sec \
6331N/A facl_set.3sec
6331N/A
6331N/AMANFILES += $(MANSOFILES)
6331N/A
6331N/Aacl_set.3sec := SOSRC = man3sec/acl_get.3sec
6331N/Afacl_get.3sec := SOSRC = man3sec/acl_get.3sec
6331N/Afacl_set.3sec := SOSRC = man3sec/acl_get.3sec
6331N/A
6331N/Aacl_fromtext.3sec := SOSRC = man3sec/acl_totext.3sec
6331N/A
6331N/Aaclfrommode.3sec := SOSRC = man3sec/acltomode.3sec
6331N/A
6331N/Aaclfromtext.3sec := SOSRC = man3sec/acltotext.3sec
6331N/A
6331N/A.KEEP_STATE:
6331N/A
6331N/Ainclude ../Makefile.man
6331N/A
6331N/Ainstall: $(ROOTMANFILES)
6331N/A
6331N/A
6331N/A