From owner-freebsd-current Tue Apr 30 13:37:10 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04995 for current-outgoing; Tue, 30 Apr 1996 13:37:10 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA04988 for ; Tue, 30 Apr 1996 13:37:02 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id GAA21739; Wed, 1 May 1996 06:35:33 +1000 Date: Wed, 1 May 1996 06:35:33 +1000 From: Bruce Evans Message-Id: <199604302035.GAA21739@godzilla.zeta.org.au> To: wollman@lcs.mit.edu, wosch@cs.tu-berlin.de Subject: Re: Files installed to /etc, (was: review request) Cc: current@FreeBSD.org Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> 4. A target for executable scripts >> SCRIPTS= pagesize.sh # blubber.pl foo.elc >Far better: >PROG= pagesize `PROG' is now for C programs only (PROG without SRCS means that ${PROG} is to be built from ${PROG}.o ... >bsd.prog.mk: >------------------------------------ >.sh: >.if defined(SCRIPTSED) > ${SCRIPTSED} < ${.IMPSRC} > ${.TARGET} >.else > cp ${.IMPSRC} ${.TARGET} > chmod 755 ${.TARGET} >------------------------------------ >(And remember to turn off `-s' in `realinstall'.) The cp case can be handled by install. Bruce