Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
98N/A#
98N/A# This file and its contents are supplied under the terms of the
98N/A# Common Development and Distribution License ("CDDL"), version 1.0.
98N/A# You may only use this file in accordance with the terms of version
1630N/A# 1.0 of the CDDL.
98N/A#
98N/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= 3ucb
919N/A
919N/AMANFILES= dbm.3ucb \
919N/A flock.3ucb \
919N/A fopen.3ucb \
919N/A gettimeofday.3ucb \
98N/A mctl.3ucb \
98N/A nice.3ucb \
98N/A nlist.3ucb \
98N/A printf.3ucb \
493N/A psignal.3ucb \
98N/A rand.3ucb \
98N/A readdir.3ucb \
1634N/A scandir.3ucb \
98N/A setjmp.3ucb \
911N/A sigblock.3ucb \
1634N/A siginterrupt.3ucb \
1634N/A signal.3ucb \
1634N/A sigstack.3ucb \
911N/A sigvec.3ucb \
98N/A sleep.3ucb \
1508N/A syscall.3ucb \
98N/A times.3ucb \
98N/A wait.3ucb
98N/A
493N/A.KEEP_STATE:
98N/A
768N/Ainclude $(SRC)/man/Makefile.man
768N/A
768N/Ainstall: $(ROOTMANFILES)
1630N/A