Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
225N/A#
225N/A# This file and its contents are supplied under the terms of the
225N/A# Common Development and Distribution License ("CDDL"), version 1.0.
225N/A# You may only use this file in accordance with the terms of version
225N/A# 1.0 of the CDDL.
225N/A#
225N/A# A full copy of the text of the CDDL should have accompanied this
225N/A# source. A copy of the CDDL is also available via the Internet
225N/A# at http://www.illumos.org/license/CDDL.
225N/A#
225N/A
225N/A#
225N/A# Copyright 2011, Richard Lowe
225N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
225N/A#
225N/A
225N/Ainclude $(SRC)/Makefile.master
225N/A
225N/AMANSECT= 3rpc
225N/A
225N/AMANFILES= rstat.3rpc \
225N/A rusers.3rpc \
5473N/A rwall.3rpc
225N/A
5680N/AMANLINKS= havedisk.3rpc \
225N/A rnusers.3rpc
225N/A
225N/Ahavedisk.3rpc := LINKSRC = rstat.3rpc
225N/A
618N/Arnusers.3rpc := LINKSRC = rusers.3rpc
225N/A
844N/A.KEEP_STATE:
844N/A
225N/Ainclude $(SRC)/man/Makefile.man
225N/A
6344N/Ainstall: $(ROOTMANFILES) $(ROOTMANLINKS)
2899N/A