From 121db76ffbe48d3cdd0688ec16935b2daf5edf00 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 17 Sep 1996 07:18:15 +0000 Subject: [PATCH] split off distribution-etc-root-var target, which is useful; from graichen --- etc/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index c9ecb0ade6b..582392a7965 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 1996/09/06 17:26:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.26 1996/09/17 07:18:15 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -31,12 +31,11 @@ WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual all clean cleandir depend etc install lint: .ifndef DESTDIR -distribution distrib-dirs snapshot: +distribution-etc-root-var distribution distrib-dirs snapshot: @echo setenv DESTDIR before doing that! @false .else -distribution: distrib-dirs - (cd ..; ${MAKE} install) +distribution-etc-root-var: distrib-dirs install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \ chown ${BINOWN} ${DESTDIR}/etc/ttys && \ @@ -135,6 +134,9 @@ distribution: distrib-dirs .endif (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution) +distribution: distribution-etc-root-var + (cd ..; ${MAKE} install) + hcx9-distribution: (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \ ${DESTDIR}/) -- 2.20.1