From 2b52fd75d23d7a441795ccd6158c9036c74c6911 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 9 May 1989 20:04:55 -0800 Subject: [PATCH] mv as from usr.bin to pgrm SCCS-vsn: old/adb/adb.vax/Makefile 5.5 --- usr/src/old/adb/adb.vax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/old/adb/adb.vax/Makefile b/usr/src/old/adb/adb.vax/Makefile index 47af3aea4e..b68ef162f1 100644 --- a/usr/src/old/adb/adb.vax/Makefile +++ b/usr/src/old/adb/adb.vax/Makefile @@ -14,10 +14,10 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#)Makefile 5.4 (Berkeley) %G% +# @(#)Makefile 5.5 (Berkeley) %G% # LIBC= /lib/libc.a -AS= ../../as/as.vax +AS= ../../../pgrm/as/as.vax VPATH= ../adb CFLAGS= -I. -I../adb -I${AS} -O SRCS= access.c command.c expr.c format.c kstack.c machdep.c main.c \ -- 2.20.1