diff options
author | steve <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
commit | 3e2944e54d721a081d51b9619a8204c09fd0d202 (patch) | |
tree | dd22e619627cdcc25b9703d5f0ea86df55841460 /devel/pmake/pkg-plist.customs | |
parent | 7aa612821beb3b65eeee908d25b0c04d09a4e1ff (diff) | |
download | FreeBSD-ports-3e2944e54d721a081d51b9619a8204c09fd0d202.zip FreeBSD-ports-3e2944e54d721a081d51b9619a8204c09fd0d202.tar.gz |
Initial import of pmake version 2.1.33.
A parallel make(1) from the Sprite OS project.
Reviewed by: asami
Diffstat (limited to 'devel/pmake/pkg-plist.customs')
-rw-r--r-- | devel/pmake/pkg-plist.customs | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/devel/pmake/pkg-plist.customs b/devel/pmake/pkg-plist.customs new file mode 100644 index 0000000..1adb7f1 --- /dev/null +++ b/devel/pmake/pkg-plist.customs @@ -0,0 +1,45 @@ +bin/export +bin/pmake +bin/pmake.nocustoms +bin/reginfo +bin/rexport +bin/vmake +etc/cctrl +etc/customs +etc/importquota +etc/logd +include/customs/customs.h +include/customs/rpc.h +include/customs/lst.h +include/customs/sprite.h +include/customs/config.h +lib/libcustoms.a +lib/pmake/linksprite.mk +lib/pmake/makedepend.mk +lib/pmake/makelib.mk +lib/pmake/makelint.mk +lib/pmake/po.mk +lib/pmake/shx.mk +lib/pmake/sys-9000-720.mk +lib/pmake/sys-9000-730.mk +lib/pmake/sys-IP19.mk +lib/pmake/sys-IP20.mk +lib/pmake/sys-IP22.mk +lib/pmake/sys-IP25.mk +lib/pmake/sys-IP7.mk +lib/pmake/sys-alpha.mk +lib/pmake/sys-i386.mk +lib/pmake/sys-i686.mk +lib/pmake/sys-i86pc.mk +lib/pmake/sys-iris.mk +lib/pmake/sys-mips.mk +lib/pmake/sys-next.mk +lib/pmake/sys-snake.mk +lib/pmake/sys-sun3.mk +lib/pmake/sys-sun4.mk +lib/pmake/system.mk +@dirrm include/customs +@dirrm lib/pmake +@exec echo -e 'customs\t\t8231/tcp\t# pmake customs server'>>/etc/services +@exec echo -e 'customs\t\t8231/udp\t# pmake customs server'>>/etc/services +@unexec perl -pi.bak -e '/^customs/ && ($_="")' /etc/services |