src/util/distro-import/Makefile
changeset 241 28c14474152f
parent 232 a650fd9cff93
child 245 08af9ffa5667
--- a/src/util/distro-import/Makefile	Tue Jan 22 18:31:51 2008 -0800
+++ b/src/util/distro-import/Makefile	Wed Jan 23 15:23:11 2008 -0800
@@ -84,6 +84,7 @@
 	etc/user_attr.cdonly			\
 	lib/libc.so.1				\
 	usr/bin/ksh				\
+	usr/has/bin/vi				\
 	usr/jdk/instances/jdk1.6.0/LICENSE	\
 	usr/jdk/instances/jdk1.6.0/README.html	\
 	usr/jdk/instances/jdk1.6.0/jre/LICENSE	\
@@ -194,6 +195,9 @@
 	'/^root/{ print "root:wqy8hz4xKqw4o:13817::::::";continue} {print $$0}';	\
 	echo "jack:9Nd/cwBcNWFZg:13817::::::") > $@
 
+proto/usr/has/bin/vi:	proto Makefile
+	./get_file_from_pkg.py $(WOS_PKGS)/SUNWcsu usr/bin/edit > $@
+
 $(JDKFILES:%=proto/usr/jdk/instances/jdk1.6.0/%):	proto  DLJ/$(@F)
 	cp DLJ/$(@F) $@
 
@@ -215,6 +219,7 @@
 	mkdir -p proto/usr/jdk/instances/jdk1.6.0/jre
 	mkdir -p proto/usr/share/man
 	mkdir -p proto/var/svc/profile
+	mkdir -p proto/usr/has/bin
 
 %/$(TMPPKGS):
 	$(MAKE) BUILDID=$(@D) $(@F)