Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
253N/A#
253N/A# This file and its contents are supplied under the terms of the
253N/A# Common Development and Distribution License ("CDDL"), version 1.0.
253N/A# You may only use this file in accordance with the terms of version
253N/A# 1.0 of the CDDL.
253N/A#
253N/A# A full copy of the text of the CDDL should have accompanied this
253N/A# source. A copy of the CDDL is also available via the Internet
253N/A# at http://www.illumos.org/license/CDDL.
253N/A#
253N/A
253N/A#
253N/A# Copyright 2011, Richard Lowe
253N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
253N/A#
253N/A
253N/Ainclude $(SRC)/Makefile.master
253N/A
253N/AMANSECT= 3ucb
253N/A
3817N/AMANFILES= dbm.3ucb \
253N/A flock.3ucb \
253N/A fopen.3ucb \
253N/A gettimeofday.3ucb \
253N/A mctl.3ucb \
253N/A nice.3ucb \
253N/A nlist.3ucb \
1233N/A printf.3ucb \
253N/A psignal.3ucb \
253N/A rand.3ucb \
253N/A readdir.3ucb \
844N/A scandir.3ucb \
1233N/A setjmp.3ucb \
1233N/A sigblock.3ucb \
1258N/A siginterrupt.3ucb \
253N/A signal.3ucb \
3817N/A sigstack.3ucb \
3817N/A sigvec.3ucb \
3817N/A sleep.3ucb \
253N/A syscall.3ucb \
253N/A times.3ucb \
253N/A wait.3ucb
253N/A
253N/A.KEEP_STATE:
253N/A
253N/Ainclude $(SRC)/man/Makefile.man
253N/A
253N/Ainstall: $(ROOTMANFILES)
253N/A