freebsd-ports/lang/pdss/files/patch-mpimos:Makefile
Norikatsu Shigemura bf77e055bf Fix build error in CURRENT and reduce some compiler warning
(add prototypes).

PR:		ports/46204
Submitted by:	NINOMIYA Hideyuki <nin@Jp.FreeBSD.org> (maintainer)
2002-12-12 15:35:01 +00:00

29 lines
766 B
Text

Index: mpimos/Makefile
===================================================================
RCS file: /ext/cvs/PDSS/mpimos/Makefile,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 Makefile
--- mpimos/Makefile 11 Jun 2002 16:11:11 -0000 1.1.1.1
+++ mpimos/Makefile 12 Dec 2002 01:45:59 -0000
@@ -1,3 +1,6 @@
+MPIMOSDIR = ${PDSSROOT}/mpimos
+MPIMOSSRCDIR= ${PDSSSHARE}/mpimos
+
PDSSCMP = ../pdsscmp +s
PDSSASM = ../emulator/pdssasm
PARA =
@@ -14,9 +17,13 @@
mpimos_iodev.sav mpimos_windev.sav \
mpimos_fildev.sav mpimos_timdev.sav
-all: $(PARA) $(MPIMOS)
+all: $(PARA)
install:
+ ${BSD_INSTALL_DIR} ${MPIMOSDIR}
+ ${BSD_INSTALL_SCRIPT} ${MPIMOS} ${MPIMOSDIR}
+ ${BSD_INSTALL_DIR} ${MPIMOSSRCDIR}
+ ${BSD_INSTALL_DATA} *.kl1 ${MPIMOSSRCDIR}
clean: