From aa2be2d327b1809bf58f51348fddc4f441e880e4 Mon Sep 17 00:00:00 2001 From: "Peter B. Kessler" Date: Mon, 20 Oct 1980 04:02:41 -0800 Subject: [PATCH] parameterize makefile to be for pc. SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.11 --- usr/src/usr.bin/pascal/pc0/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.bin/pascal/pc0/Makefile b/usr/src/usr.bin/pascal/pc0/Makefile index 2046f06267..9f383698a0 100644 --- a/usr/src/usr.bin/pascal/pc0/Makefile +++ b/usr/src/usr.bin/pascal/pc0/Makefile @@ -1,4 +1,7 @@ -SCCSID = "@(#)Makefile 1.10 %G%" +SCCSID = "@(#)Makefile 1.11 %G%" +WHOAMI = pc +INSTALLNAME = pc0 +VERSION = 2.0 MKSTR = /usr/ucb/mkstr EYACC = /usr/ucb/eyacc -- 2.20.1