components/rpm2cpio/Makefile
changeset 5682 94c0ca64c022
parent 4339 6501cf9c29f9
child 5797 432ac76de3b0
--- a/components/rpm2cpio/Makefile	Wed Mar 30 10:16:56 2016 -0700
+++ b/components/rpm2cpio/Makefile	Wed Mar 30 13:33:31 2016 -0700
@@ -20,9 +20,9 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
 #
-
+BUILD_BITS= NO_ARCH
 include ../../make-rules/shared-macros.mk
 
 # The version of rpm2cpio.pl delivered in Userland does not seem to be
@@ -39,17 +39,15 @@
 
 TPNO=			17824
 
-include $(WS_MAKE_RULES)/prep.mk
+BUILD_STYLE= archive
+COMMON_TARGETS= no
+include $(WS_MAKE_RULES)/common.mk
 
 # Do not clean the sources (set in prep.mk)
 #
 CLEAN_PATHS=
 
-include $(WS_MAKE_RULES)/ips.mk
-
-CLEAN_PATHS+= $(BUILD_DIR)
-
-ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+CLEAN_PATHS += $(BUILD_DIR)
 
 # Common targets
 #