From 49919b46dc088c65703268346d8924be79d3488c Mon Sep 17 00:00:00 2001 From: cgd Date: Wed, 5 Jun 1996 21:55:13 +0000 Subject: [PATCH] add a no-op 'includes' target for completeness. make 'make distribution' do a 'make includes' as well as install, so that distribution trees will contain includes. --- etc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index d49a5ef16065..1ef4b1d22a1e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 1996/05/22 01:27:34 mrg Exp $ +# $NetBSD: Makefile,v 1.53 1996/06/05 21:55:13 cgd Exp $ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 TZDIR= /usr/share/zoneinfo @@ -29,7 +29,7 @@ PCS= pcs750.bin WCS1= wcs fppwcs poc poc1 poc2 fppoc WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual -all clean cleandir depend etc install lint: +all clean cleandir depend etc includes install lint: .ifndef DESTDIR distribution distrib-dirs snapshot: @@ -37,6 +37,7 @@ distribution distrib-dirs snapshot: @false .else distribution: distrib-dirs + (cd ..; ${MAKE} includes) (cd ..; ${MAKE} install) install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc