#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet
# at http://www.illumos.org/license/CDDL.
#

#
# Copyright 2011, Richard Lowe
# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
#

include		$(SRC)/Makefile.master

MANSECT=	3head

MANFILES=	acct.h.3head		\
		aio.h.3head		\
		ar.h.3head		\
		archives.h.3head	\
		assert.h.3head		\
		complex.h.3head		\
		cpio.h.3head		\
		dirent.h.3head		\
		endian.h.3head		\
		errno.h.3head		\
		fcntl.h.3head		\
		fenv.h.3head		\
		float.h.3head		\
		floatingpoint.h.3head	\
		fmtmsg.h.3head		\
		fnmatch.h.3head		\
		ftw.h.3head		\
		glob.h.3head		\
		grp.h.3head		\
		iconv.h.3head		\
		if.h.3head		\
		in.h.3head		\
		inet.h.3head		\
		inttypes.h.3head	\
		ipc.h.3head		\
		iso646.h.3head		\
		langinfo.h.3head	\
		libgen.h.3head		\
		libintl.h.3head		\
		limits.h.3head		\
		locale.h.3head		\
		math.h.3head		\
		mman.h.3head		\
		monetary.h.3head	\
		mqueue.h.3head		\
		msg.h.3head		\
		ndbm.h.3head		\
		netdb.h.3head		\
		nl_types.h.3head	\
		poll.h.3head		\
		pthread.h.3head		\
		pwd.h.3head		\
		queue.h.3head		\
		regex.h.3head		\
		resource.h.3head	\
		sched.h.3head		\
		search.h.3head		\
		select.h.3head		\
		sem.h.3head		\
		semaphore.h.3head	\
		setjmp.h.3head		\
		shm.h.3head		\
		siginfo.h.3head		\
		signal.h.3head		\
		socket.h.3head		\
		spawn.h.3head		\
		stat.h.3head		\
		statvfs.h.3head		\
		stdbit.h.3head		\
		stdbool.h.3head		\
		stddef.h.3head		\
		stdint.h.3head		\
		stdio.h.3head		\
		stdlib.h.3head		\
		string.h.3head		\
		strings.h.3head		\
		stropts.h.3head		\
		syslog.h.3head		\
		tar.h.3head		\
		tcp.h.3head		\
		termios.h.3head		\
		tgmath.h.3head		\
		time.h.3head		\
		timeb.h.3head		\
		times.h.3head		\
		timespec.3head		\
		types.h.3head		\
		types32.h.3head		\
		uchar.h.3head		\
		ucontext.h.3head	\
		uio.h.3head		\
		ulimit.h.3head		\
		un.h.3head		\
		unistd.h.3head		\
		upanic.h.3head		\
		utime.h.3head		\
		utmpx.h.3head		\
		utsname.h.3head		\
		values.h.3head		\
		wait.h.3head		\
		wchar.h.3head		\
		wctype.h.3head		\
		wordexp.h.3head		\
		xlocale.h.3head

.KEEP_STATE:

include		$(SRC)/man/Makefile.man

install:	$(ROOTMANFILES) $(MANLINK_SRCS)
	$(MANLINK_INSTALL)
