Makefile revision c7893124ebf2d6bb539e1e46fd7f54b8a9af6e6f
0N/A#
3848N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
0N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet at
0N/A# http://www.illumos.org/license/CDDL.
0N/A#
0N/A#
0N/A# Copyright (c) 2014 Racktop Systems.
0N/A#
0N/A
2362N/AMODULE = Intrs
0N/A
0N/Ainclude $(SRC)/cmd/perl/Makefile.perl
0N/A
0N/ACERRWARN += -_gcc=-Wno-unused-variable
0N/A
0N/AMAPFILES = mapfile-vers
0N/A
0N/Ainclude $(SRC)/cmd/perl/Makefile.targ
0N/A
0N/A.KEEP_STATE:
0N/A
0N/Aall: $(PERLEXT) $(PERLMOD)
0N/A
0N/Ainstall: $(ROOTPERLEXT) $(ROOTPERLMOD)
0N/A
0N/Aclean clobber:
4378N/A $(RM) -r $(MACH)
4378N/A