Makefile revision 01ed2225f79b10e8e7e3b1ff4c55fe2099dfe27b
0N/A#
553N/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# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
0N/A#
0N/A
0N/AMODULE = Utils
0N/A
0N/Ainclude $(SRC)/cmd/perl/Makefile.perl
553N/A
553N/ALDLIBS += -lgen -lintl
553N/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:
0N/A $(RM) -r $(MACH)
0N/A