From: Mike Karels Date: Sat, 12 Oct 1985 00:24:19 +0000 (-0800) Subject: allow non-root to make param.c X-Git-Tag: BSD-4_3-Snapshot-Development~4220 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/e16f1ed26ee55a8e2c1daa8345b06f5e266475ee allow non-root to make param.c SCCS-vsn: sys/vax/conf/Makefile.vax 6.17 --- diff --git a/usr/src/sys/vax/conf/Makefile.vax b/usr/src/sys/vax/conf/Makefile.vax index 8f5ad9c5e3..08b4b22fb2 100644 --- a/usr/src/sys/vax/conf/Makefile.vax +++ b/usr/src/sys/vax/conf/Makefile.vax @@ -3,7 +3,7 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)Makefile.vax 6.16 (Berkeley) %G% +# @(#)Makefile.vax 6.17 (Berkeley) %G% # # Makefile for 4.3 BSD # @@ -140,6 +140,7 @@ ioconf.o: ioconf.c ../h/param.h ../machine/pte.h ../h/buf.h ../h/map.h \ rm -f ioconf.s param.c: ../conf/param.c + -rm -f param.c cp ../conf/param.c . param.o: param.c Makefile