Browse Source

Now chooses between Vax and Pdp conversion.

em 39 years ago
parent
commit
d32de5df93
1 changed files with 8 additions and 0 deletions
  1. 8 0
      mach/pmds/cv/Makefile

+ 8 - 0
mach/pmds/cv/Makefile

@@ -3,6 +3,14 @@ CFLAGS=-O
 pmcv:		pmcv.o
 		$(CC) -o pmcv -n pmcv.o
 
+pmcv.c:
+		case `ack_sys` in \
+		vax*)	cp vax_cv.c pmcv.c ;; \
+		pdp*)	cp pdp_cv.c pmcv.c ;; \
+		*)	echo "A conversion program should be present in `pwd`/pmcv.c" ;\
+			exit 9 ;; \
+		esac
+
 install:	ins_pmcv
 ins_pmcv:	pmcv
 		../../install pmcv