cd to skel during "make distribution".

Part of fix for PR bin/10985.
This commit is contained in:
simonb 2000-10-16 13:18:36 +00:00
parent 964e9f16fe
commit 654fd3b749
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.164 2000/10/14 16:45:42 hubertf Exp $
# $NetBSD: Makefile,v 1.165 2000/10/16 13:18:36 simonb Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@ -240,6 +240,7 @@ distribution: distrib-dirs
(cd etc.${MACHINE}; ${INSTALL} ${INSTPRIV} -c -o ${BINOWN} \
-g ${BINGRP} -m 444 fstab.* ${DESTDIR}/etc)
(cd ${DESTDIR}/dev; ./MAKEDEV all)
(cd skel; ${MAKE} distribution)
(cd ../usr.bin/mail; ${MAKE} distribution)
(cd ../usr.bin/ssh; ${MAKE} distribution)
(cd ../gnu/usr.sbin/postfix/; ${MAKE} distribution)