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.
This commit is contained in:
cgd 1996-06-05 21:55:13 +00:00
parent 207d85a1cc
commit 49919b46dc

View File

@ -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