Index: runtime/Makefile
===================================================================
RCS file: /ext/cvs/PDSS/runtime/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.2
diff -u -r1.1.1.1 -r1.1.1.1.2.2
--- runtime/Makefile	11 Jun 2002 16:11:11 -0000	1.1.1.1
+++ runtime/Makefile	5 Sep 2002 08:26:56 -0000	1.1.1.1.2.2
@@ -1,3 +1,6 @@
+RUNTIMEDIR = ${PDSSROOT}/runtime
+RUNTIMESRCDIR = ${PDSSSHARE}/runtime
+
 PDSSCMP	= ../pdsscmp +s
 PDSSASM	= ../emulator/pdssasm
 PARA	=
@@ -7,6 +10,10 @@
 all: $(PARA)	$(RUNTIME)
 
 install:
+	${BSD_INSTALL_DIR} ${RUNTIMEDIR}
+	${BSD_INSTALL_SCRIPT} ${RUNTIME} ${RUNTIMEDIR}
+	${BSD_INSTALL_DIR} ${RUNTIMESRCDIR}
+	${BSD_INSTALL_SCRIPT} *.kl1 ${RUNTIMESRCDIR}
 
 clean:
 
