From a033e9ce0e3272666a29247f330da0c6d90faa11 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Thu, 23 Jul 1992 22:39:22 -0800 Subject: [PATCH] add rbootd.conf SCCS-vsn: etc/Makefile 5.22 --- usr/src/etc/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr/src/etc/Makefile b/usr/src/etc/Makefile index 78fd8e9742..092c554f36 100644 --- a/usr/src/etc/Makefile +++ b/usr/src/etc/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 5.21 (Berkeley) %G% +# @(#)Makefile 5.22 (Berkeley) %G% NOOBJ= oobj @@ -19,6 +19,7 @@ NAMEDB= localhost.rev named.boot root.cache PCS= pcs750.bin WCS1= wcs fppwcs poc poc1 poc2 fppoc WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual +RBOOTD= rbootd.conf all clean cleandir depend etc install lint: @@ -74,6 +75,10 @@ distribution: ${DESTDIR}/var/run/utmp (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ fstab.* ${DESTDIR}/etc) +.if ${MACHINE} == "hp300" + (cd etc.hp300; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${RBOOTD} \ + ${DESTDIR}/etc) +.endif .if ${MACHINE} == "tahoe" (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \ ${DESTDIR}/) -- 2.20.1