diff 3rdparty/packages/uucpbb/makefile @ 1775:3a020fccd8da

added profile
author boisy
date Fri, 01 Apr 2005 23:27:28 +0000
parents 93a81cb89e1a
children 8fd77ecc59e9
line wrap: on
line diff
--- a/3rdparty/packages/uucpbb/makefile	Fri Apr 01 22:58:36 2005 +0000
+++ b/3rdparty/packages/uucpbb/makefile	Fri Apr 01 23:27:28 2005 +0000
@@ -44,6 +44,7 @@
 	$(MAKDIR) $(DISK68),SYS
 	$(MAKDIR) $(DISK68),SYS/UUCP
 	$(CD) sample_config; $(CPL) $(CONFIG) ../$(DISK68),SYS/UUCP
+	$(CPL) profile $(DISK68),SYS
 	$(CD) cmds_6809; $(CP) $(CMDS68) ../$(DISK68),UUCP/CMDS_TCAP
 	$(CD) cmds_6809; $(CP) $(CMDS68TCAP) ../$(DISK68),UUCP/CMDS_TCAP
 	$(foreach file, $(CMDS68TCAP), $(OS9ATTR_EXEC) $(DISK68),UUCP/CMDS_TCAP/$(notdir $(file));)
@@ -70,6 +71,7 @@
 	$(MAKDIR) $(DISK63),SYS
 	$(MAKDIR) $(DISK63),SYS/UUCP
 	$(CD) sample_config; $(CPL) $(CONFIG) ../$(DISK63),SYS/UUCP
+	$(CPL) profile $(DISK63),SYS
 	$(CD) cmds_6309; $(CP) $(CMDS63) ../$(DISK63),UUCP/CMDS_TCAP
 	$(CD) cmds_6309; $(CP) $(CMDS63TCAP) ../$(DISK63),UUCP/CMDS_TCAP
 	$(foreach file, $(CMDS63TCAP), $(OS9ATTR_EXEC) $(DISK63),UUCP/CMDS_TCAP/$(notdir $(file));)