Print this page
1681 support for BUILD64=# no longer works
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2013  by Delphix. All rights reserved.

  14 #
  15 
  16 set name=pkg.fmri value=pkg:/network/ipd@$(PKGVERS)
  17 set name=pkg.description value="Internet Packet Disturber"
  18 set name=pkg.summary value="Internet Packet Disturber"
  19 set name=info.classification \
  20     value=org.opensolaris.category.2008:System/Hardware
  21 set name=variant.arch value=$(ARCH)
  22 dir path=kernel group=sys
  23 dir path=kernel/drv group=sys
  24 dir path=kernel/drv/$(ARCH64) group=sys
  25 dir path=usr group=sys
  26 dir path=usr/lib
  27 dir path=usr/lib/$(ARCH64)
  28 dir path=usr/sbin
  29 dir path=usr/share/man/man1m
  30 driver name=ipd perms="* 0600 root sys"
  31 file path=kernel/drv/$(ARCH64)/ipd group=sys
  32 $(i386_ONLY)file path=kernel/drv/ipd group=sys
  33 file path=kernel/drv/ipd.conf group=sys
  34 file path=usr/include/libipd.h
  35 file path=usr/include/sys/ipd.h
  36 file path=usr/lib/$(ARCH64)/libipd.so.1
  37 file path=usr/lib/$(ARCH64)/llib-lipd.ln
  38 file path=usr/lib/libipd.so.1
  39 file path=usr/lib/llib-lipd
  40 file path=usr/lib/llib-lipd.ln
  41 file path=usr/sbin/ipdadm mode=0555
  42 file path=usr/share/man/man1m/ipdadm.1m
  43 license cr_Sun license=cr_Sun
  44 license lic_CDDL license=lic_CDDL
  45 link path=usr/lib/$(ARCH64)/libipd.so target=libipd.so.1
  46 link path=usr/lib/libipd.so target=libipd.so.1
   1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright (c) 2013  by Delphix. All rights reserved.
  14 # Copyright 2014 Andrew Stormont.
  15 #
  16 
  17 set name=pkg.fmri value=pkg:/network/ipd@$(PKGVERS)
  18 set name=pkg.description value="Internet Packet Disturber"
  19 set name=pkg.summary value="Internet Packet Disturber"
  20 set name=info.classification \
  21     value=org.opensolaris.category.2008:System/Hardware
  22 set name=variant.arch value=$(ARCH)
  23 dir path=kernel group=sys
  24 dir path=kernel/drv group=sys
  25 dir path=kernel/drv/$(ARCH64) group=sys
  26 dir path=usr group=sys
  27 dir path=usr/lib
  28 $(BUILD64)dir path=usr/lib/$(ARCH64)
  29 dir path=usr/sbin
  30 dir path=usr/share/man/man1m
  31 driver name=ipd perms="* 0600 root sys"
  32 file path=kernel/drv/$(ARCH64)/ipd group=sys
  33 $(i386_ONLY)file path=kernel/drv/ipd group=sys
  34 file path=kernel/drv/ipd.conf group=sys
  35 file path=usr/include/libipd.h
  36 file path=usr/include/sys/ipd.h
  37 $(BUILD64)file path=usr/lib/$(ARCH64)/libipd.so.1
  38 $(BUILD64)file path=usr/lib/$(ARCH64)/llib-lipd.ln
  39 file path=usr/lib/libipd.so.1
  40 file path=usr/lib/llib-lipd
  41 file path=usr/lib/llib-lipd.ln
  42 file path=usr/sbin/ipdadm mode=0555
  43 file path=usr/share/man/man1m/ipdadm.1m
  44 license cr_Sun license=cr_Sun
  45 license lic_CDDL license=lic_CDDL
  46 $(BUILD64)link path=usr/lib/$(ARCH64)/libipd.so target=libipd.so.1
  47 link path=usr/lib/libipd.so target=libipd.so.1