diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-17 07:18:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-17 07:18:16 +0000 |
commit | 5aaae7c70c41076db371610554dec8c835091cb5 (patch) | |
tree | 433d3012b6abe949ccd45e1938379a64b7c3a7a6 /etc | |
parent | a9d80cfebd46fa8957a8d44032ba14153b39e52c (diff) |
split off distribution-etc-root-var target, which is useful; from graichen
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 10 |
1 files 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}/) |