Change install' to ${INSTALL}' so that default install flags can be

specified in the top level Makefiles.
This commit is contained in:
Bruce Evans 1995-07-25 00:37:58 +00:00
parent 6eee579315
commit 9c0dc173cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9701
77 changed files with 135 additions and 134 deletions

View File

@ -12,7 +12,7 @@ CLEANFILES=grammar.c y.tab.h lex.c
HIDEGAME=hidegame
beforeinstall:
(cd ${.CURDIR}/games; install -c -o ${BINOWN} -g ${BINGRP} -m 400 \
(cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 400 \
${GAMES} ${DESTDIR}/usr/share/games/atc)
.include <bsd.prog.mk>

View File

@ -7,7 +7,7 @@ LDADD= -lm
MLINKS= caesar.6 rot13.6
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/rot13.sh ${DESTDIR}/usr/games/rot13
.include <bsd.prog.mk>

View File

@ -8,7 +8,7 @@ MAN6= cribbage.6
HIDEGAME=hidegame
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
${DESTDIR}/usr/share/games/cribbage.instr
.include <bsd.prog.mk>

View File

@ -5,7 +5,7 @@ MAN6= fish.6
HIDEGAME=hidegame
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \
${DESTDIR}/usr/share/games/fish.instr
.include <bsd.prog.mk>

View File

@ -25,11 +25,11 @@ makedefs: makedefs.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
${DESTDIR}/var/games/hackdir/perm
install -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
${DESTDIR}/var/games/hackdir/record
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
rm -f ${DESTDIR}/var/games/hackdir/bones*

View File

@ -62,8 +62,8 @@ LDADD= -ltermcap -lcompat
HIDEGAME=hidegame
beforeinstall:
(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
larnmaze larnopts larn.help \
(cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
-m 444 larnmaze larnopts larn.help \
${DESTDIR}/usr/share/games/larn)
.include <bsd.prog.mk>

View File

@ -16,16 +16,16 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
beforeinstall:
./setup -m ${.CURDIR}/monsters.asc
install -c -m 660 -o games -g bin gold ${DESTDIR}/var/games/phantasia
install -c -m 660 -o games -g bin lastdead ${DESTDIR}/var/games/phantasia
install -c -m 660 -o games -g bin mess ${DESTDIR}/var/games/phantasia
install -c -m 660 -o games -g bin monsters ${DESTDIR}/var/games/phantasia
install -c -m 660 -o games -g bin motd ${DESTDIR}/var/games/phantasia
install -c -m 660 -o games -g bin characs ${DESTDIR}/var/games/phantasia
install -c -m 660 -o games -g bin scoreboard ${DESTDIR}/var/games/phantasia
install -c -m 660 -o games -g bin void ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin gold ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin lastdead ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin mess ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin monsters ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin motd ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin characs ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin scoreboard ${DESTDIR}/var/games/phantasia
${INSTALL} -c -m 660 -o games -g bin void ${DESTDIR}/var/games/phantasia
# Make Phantasia map. Change the map commands reflect your installation.
# Make Phantasia map. Change the map commands reflect your ${INSTALL}ation.
# PLOTDEVICE is used for plotting the map. Change as appropriate.
map: map.c

View File

@ -10,7 +10,7 @@ CATS= africa america areas arith asia babies bard chinese collectives \
HIDEGAME=hidegame
beforeinstall:
(cd ${.CURDIR}/datfiles; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${CATS} ${DESTDIR}/usr/share/games/quiz.db)
(cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
-m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db)
.include <bsd.prog.mk>

View File

@ -10,7 +10,7 @@ LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/games/robots_roll
.include <bsd.prog.mk>

View File

@ -4,7 +4,7 @@ NOOBJ= noobj
all wargames clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} wargames.sh \
${DESTDIR}/usr/games/wargames
.include <bsd.prog.mk>

View File

@ -5,7 +5,7 @@ MAN6= wump.6
HIDEGAME=hidegame
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/wump.info \
${DESTDIR}/usr/share/games
.include <bsd.prog.mk>

View File

@ -9,7 +9,7 @@ LDADD= -lcurses -ltermcap
HIDEGAME=hidegame
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
${DESTDIR}/usr/share/games
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/gnuchess.book ${DESTDIR}/usr/share/games
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 1993/10/14 12:18:29 rgrimes Exp $
# $Id: Makefile,v 1.2 1994/04/25 16:17:59 jkh Exp $
FILES= call.sample config.sample dial.sample dialcode.sample passwd.sample \
port.sample sys1.sample sys2.sample
@ -11,7 +11,7 @@ BINGRP= $(group)
all clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \
${DESTDIR}/etc/uucp
.include <bsd.prog.mk>

View File

@ -1,5 +1,5 @@
# Makefile for uusched
# $Id: Makefile,v 1.6 1995/01/24 17:58:35 bde Exp $
# $Id: Makefile,v 1.7 1995/05/13 12:57:43 ache Exp $
BINDIR= $(bindir)
CLEANFILES+= $(ONESHPROG)
@ -12,7 +12,7 @@ $(ONESHPROG): $(ONESHPROG).in Makefile
$(.ALLSRC:N*Makefile) > $(.TARGET)
beforeinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
$(ONESHPROG) $(DESTDIR)$(BINDIR)/$(ONESHPROG)
.include <bsd.prog.mk>

View File

@ -1,5 +1,5 @@
# Makefile for uuto
# $Id: Makefile,v 1.4 1995/01/24 17:58:47 bde Exp $
# $Id: Makefile,v 1.5 1995/05/13 12:57:44 ache Exp $
BINDIR= $(bindir)
CLEANFILES+= $(ONESHPROG)
@ -12,7 +12,7 @@ $(ONESHPROG): $(ONESHPROG).in Makefile
$(.ALLSRC:N*Makefile) > $(.TARGET)
beforeinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
$(ONESHPROG) $(DESTDIR)$(BINDIR)/$(ONESHPROG)
.include <bsd.prog.mk>

View File

@ -1,7 +1,7 @@
# $Id$
# $Id: Makefile,v 1.1 1994/10/22 04:51:39 nate Exp $
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cvsinit.sh ${DESTDIR}${BINDIR}/cvsinit
.include "../../Makefile.inc"

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1995/02/22 21:49:46 roberto Exp $
# $Id: Makefile,v 1.1 1995/04/08 17:50:48 nate Exp $
CVSFILES= commitinfo loginfo rcsinfo editinfo modules
@ -11,7 +11,7 @@ all clean:
install:
cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
${DESTDIR}${EXAMPDIR}
.include <bsd.prog.mk>

View File

@ -22,7 +22,7 @@ maninstall:
install:
for f in $(FONTFILES); do \
ff=$$f; test -f $$f || ff=${.CURDIR}/$$f || true; \
install -c -o $(FONTOWN) -g $(FONTGRP) -m $(FONTMODE) $$ff \
$(INSTALL) -c -o $(FONTOWN) -g $(FONTGRP) -m $(FONTMODE) $$ff \
$(DESTDIR)$(DEVICEDIR)/$$f; \
done
.endif

View File

@ -22,7 +22,7 @@ maninstall:
install:
for f in $(FONTFILES); do \
ff=$$f; test -f $$f || ff=${.CURDIR}/$$f || true; \
install -c -o $(FONTOWN) -g $(FONTGRP) -m $(FONTMODE) $$ff \
$(INSTALL) -c -o $(FONTOWN) -g $(FONTGRP) -m $(FONTMODE) $$ff \
$(DESTDIR)$(DEVICEDIR)/$$f; \
done
.endif

View File

@ -14,7 +14,7 @@ CLEANFILES+= ${MANDEPEND}
# Sigh... Hardcode it. - jkh
#
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/eign \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/eign \
${DESTDIR}${SHAREDIR}/dict
.include "../Makefile.cfg"

View File

@ -4,9 +4,9 @@ MANDEPEND= nroff.1
CLEANFILES+= ${MANDEPEND}
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/nroff.sh $(DESTDIR)$(BINDIR)/nroff
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
$(.CURDIR)/psroff.sh $(DESTDIR)$(BINDIR)/psroff
.include <../Makefile.cfg>

View File

@ -22,26 +22,26 @@ MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms
beforeinstall:
for f in ${FILES}; do \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${.CURDIR}/$$f ${DESTDIR}${TMACDIR}; \
done
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/tmac.an >tmac.groff_an
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
tmac.groff_an ${DESTDIR}${TMACDIR}
for f in ${STRIPFILES}; do \
rm -f temp; \
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/$$f >temp; \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
temp ${DESTDIR}${TMACDIR}/$$f; \
done
for f in ${MDOCFILES}; do \
rm -f temp; \
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/$$f >temp; \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
temp ${DESTDIR}${MDOCDIR}/$$f; \
done
test -f ${DESTDIR}${TMACDIR}/man.local || \
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${.CURDIR}/man.local ${DESTDIR}${TMACDIR}
.include "../Makefile.cfg"

View File

@ -17,9 +17,9 @@ majorminor.cc: ${.CURDIR}/../VERSION
\"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' ${.CURDIR}/../VERSION`\"\; >>$@
afterinstall:
install -c -o bin -g bin -m 444 ${.CURDIR}/hyphen.us \
${INSTALL} -c -o bin -g bin -m 444 ${.CURDIR}/hyphen.us \
${DESTDIR}${tmacdir}/hyphen.us
install -c -o bin -g bin -m 444 ${.CURDIR}/hyphen.us-ru \
${INSTALL} -c -o bin -g bin -m 444 ${.CURDIR}/hyphen.us-ru \
${DESTDIR}${tmacdir}/hyphen.us-ru
.include "../Makefile.cfg"

View File

@ -21,7 +21,7 @@ DPADD+= ${X11BASE}/lib/libXaw.a ${X11BASE}/lib/libXmu.a \
${X11BASE}/lib/libX11.a
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/GXditview.ad \
${DESTDIR}${X11BASE}/lib/X11/app-defaults/GXditview
.endif

View File

@ -12,7 +12,7 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
NOSHARED=yes
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \
${.CURDIR}/zmore ${.CURDIR}/zdiff ${.CURDIR}/zgrep \
${DESTDIR}${BINDIR}

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 1994/06/05 21:57:03 csgr Exp $
# $Id: Makefile,v 1.8 1994/08/28 18:33:42 bde Exp $
.if exists(${.CURDIR}/obj)
MAN1= ${.CURDIR}/obj/apropos.1
@ -29,7 +29,7 @@ ${MAN1}: ${.CURDIR}/apropos.man
${.CURDIR}/apropos.man > ${.TARGET}
install: ${TARG} maninstall
install -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
${INSTALL} -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
.include "../Makefile.inc"

View File

@ -25,6 +25,7 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1}
afterinstall:
install -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config ${DESTDIR}${manpath_config_file}.sample
${INSTALL} -c -o bin -g bin -m 644 ${.CURDIR}/manpath.config \
${DESTDIR}${manpath_config_file}.sample
.include <bsd.prog.mk>

View File

@ -27,7 +27,7 @@ ${MAN1}: ${.CURDIR}/whatis.man
${.CURDIR}/whatis.man > ${.TARGET}
install: ${TARG} maninstall
install -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
${INSTALL} -c -o bin -g bin -m 555 ${TARG} ${DESTDIR}/usr/bin
.include "../Makefile.inc"
.if make(maninstall) || make(install)

View File

@ -9,7 +9,7 @@ PLIB+= stat.pl syslog.pl termcap.pl timelocal.pl validate.pl
NOOBJ=
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
clean:
cleandir:

View File

@ -11,9 +11,9 @@ DPADD= ${LIBM}
MAN1+= a2p.1 s2p.1 h2ph.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p \
${DESTDIR}${BINDIR}
install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph \
${DESTDIR}${BINDIR}
afterinstall:

View File

@ -1,7 +1,7 @@
MAN1= rcsfreeze.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/rcsfreeze.sh ${DESTDIR}${BINDIR}/rcsfreeze
.include "../../Makefile.inc"

View File

@ -24,9 +24,9 @@ send-pr.el: send-pr-el.in Makefile
${.ALLSRC:N*Makefile} > ${.TARGET}
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
send-pr ${DESTDIR}${BINDIR}/send-pr
install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0644 \
${.CURDIR}/categories ${DESTDIR}/etc/gnats/freefall
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1995/04/01 19:23:11 wpaul Exp $
# $Id: Makefile,v 1.6 1995/07/19 17:44:32 wpaul Exp $
# @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= yppasswdd
@ -12,7 +12,7 @@ CFLAGS+=-DCRYPT -I${.CURDIR} -I${.CURDIR}/../../../usr.sbin/vipw \
CFLAGS+=-DVERSION=\"0.7\" -DYPLIBDIR=\"/usr/libexec\" -D_GNU_SOURCE
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/yppwupdate \
${DESTDIR}/usr/libexec/yppwupdate

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1995/02/15 04:33:52 wpaul Exp $
# $Id: Makefile,v 1.7 1995/07/12 16:28:10 wpaul Exp $
# From: @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= ypserv
@ -10,10 +10,10 @@ CFLAGS+=-DMAX_CHILDREN=20 -DINSTDIR='"/usr/libexec"'
MAN8= ypserv.8
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/Makefile.yp \
${DESTDIR}/var/yp/Makefile
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mknetid \
${DESTDIR}/usr/libexec/mknetid

View File

@ -5,7 +5,7 @@ MAN8= nologin.8
nologin clean depend lint tags:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
.include <bsd.prog.mk>

View File

@ -7,7 +7,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)

View File

@ -19,7 +19,7 @@ beforeinstall:
chown ${BINOWN}.${BINGRP} ${DESTDIR}${TMLIB}/$$i; \
chmod 444 ${DESTDIR}${TMLIB}/$$i; \
done
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 revisions \
${DESTDIR}${MELIB}/revisions
cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
revisions ${DESTDIR}${MELIB}/revisions
.include <bsd.prog.mk>

View File

@ -8,7 +8,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/misc
cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${FILES} ${DESTDIR}${BINDIR}/misc
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1995/01/03 06:32:10 bde Exp $
# $Id: Makefile,v 1.7 1995/05/09 10:12:16 rgrimes Exp $
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README
@ -11,7 +11,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/mk
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id:$
# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:46 jfieber Exp $
FILES= linuxdoc linuxdoc.dec
NOOBJ= noobj
@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/dtd
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id:$
# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:46 jfieber Exp $
FILES= linuxdoc.sty
NOOBJ= noobj
@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/lib
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id:$
# $Id: Makefile,v 1.1.1.1 1995/05/09 23:19:47 jfieber Exp $
FILES= html.general html.mapping html.math latex.general latex.mapping
FILES+= latex.math nroff.general nroff.mapping nroff.math
@ -7,7 +7,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/rep
.include <bsd.prog.mk>

View File

@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/skel
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.5 1995/02/22 21:49:46 roberto Exp $
# $Id: Makefile,v 1.6 1995/05/30 06:58:14 rgrimes Exp $
FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
@ -22,7 +22,7 @@ all clean:
install:
cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${DESTDIR}${FONTDIR}
.include <bsd.prog.mk>

View File

@ -11,7 +11,7 @@ all clean:
install:
cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
${DESTDIR}${MAPSDIR}
.include <bsd.prog.mk>

View File

@ -9,7 +9,7 @@ NOMAN = noman
all: ${SCRMAPS}
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SCRMAPS} \
${DESTDIR}${SCRDIR}
${SCRMAPS}: ${.TARGET:R}.mk

View File

@ -14,7 +14,7 @@ ${FILES}:
depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/tabset
.include <bsd.prog.mk>

View File

@ -17,11 +17,11 @@ termcap.db: termcap
cap_mkdb termcap
beforeinstall:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \
${DESTDIR}${BINDIR}/misc
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \
${DESTDIR}${BINDIR}/misc
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \
${DESTDIR}${BINDIR}/misc
@rm -f ${DESTDIR}/etc/termcap
ln -s ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.29 1995/04/20 18:36:13 phk Exp $
# $Id: Makefile,v 1.30 1995/04/20 23:15:03 joerg Exp $
#
PROG= boot
@ -58,9 +58,9 @@ boot2: boot.nohdr
all: boot1 boot2
install:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
boot1 ${DESTDIR}${BINDIR}/boot1
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
boot2 ${DESTDIR}${BINDIR}/boot2
for i in sd fd wd ; do \
( cd ${DESTDIR}${BINDIR} ; \

View File

@ -3,7 +3,7 @@
PROG= calendar
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/calendars/calendar.* ${DESTDIR}/usr/share/calendar
.include <bsd.prog.mk>

View File

@ -7,10 +7,10 @@ all nologin clean cleandir depend lint tags:
beforeinstall:
.if ${MACHINE} == "sparc"
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.notraditional.sh ${DESTDIR}/usr/bin/cpp
.else
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp
.endif

View File

@ -1,6 +1,6 @@
# Makefile for file(1) cmd.
# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
# @(#)$Id: Makefile,v 1.2 1994/09/03 19:31:14 csgr Exp $
# @(#)$Id: Makefile,v 1.3 1995/05/30 06:29:57 rgrimes Exp $
#
# This software is not subject to any license of the American Telephone
# and Telegraph Company or of the Regents of the University of California.
@ -51,7 +51,7 @@ magic: $(MAGFILES)
cat $(MAGFILES) > $(.TARGET)
afterinstall:
install -c -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \
${INSTALL} -c -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \
$(DESTDIR)$(MAGIC)
.include <bsd.prog.mk>

View File

@ -5,7 +5,7 @@ SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
printgprof.c printlist.c
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
${DESTDIR}/usr/share/misc

View File

@ -5,9 +5,9 @@ MAN1= id.1 groups.1 whoami.1
# XXX BROKEN: afterinstall:
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
.include <bsd.prog.mk>

View File

@ -3,7 +3,7 @@
MAN1= keyinfo.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/keyinfo.sh ${DESTDIR}${BINDIR}/keyinfo
.include <bsd.prog.mk>

View File

@ -3,7 +3,7 @@
PROG= locate
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/updatedb.csh ${DESTDIR}/usr/libexec/locate.updatedb
.include "../../Makefile.inc"

View File

@ -11,9 +11,9 @@ LINKS= ${BINDIR}/mail ${BINDIR}/Mail
MLINKS= mail.1 Mail.1
beforeinstall:
cd ${.CURDIR}/misc; install -c -o ${BINOWN} -g ${BINGRP} \
cd ${.CURDIR}/misc; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \
-m 444 ${SFILES} ${DESTDIR}/usr/share/misc
cd ${.CURDIR}/misc; install -c -o root -g wheel \
cd ${.CURDIR}/misc; ${INSTALL} -c -o root -g wheel \
-m 644 ${EFILES} ${DESTDIR}/etc
.include <bsd.prog.mk>

View File

@ -5,11 +5,11 @@ MAN1= mkdep.1
.if (${MACHINE} == "hp300" || ${MACHINE} == "i386" || \
${MACHINE} == "mips" || ${MACHINE} == "sparc")
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkdep.gcc.sh ${DESTDIR}/usr/bin/mkdep
.else
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mkdep.sh ${DESTDIR}/usr/bin/mkdep
.endif

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id$
# $Id: Makefile,v 1.3 1995/02/21 03:46:45 wollman Exp $
PROG= more
CFLAGS+=-I${.CURDIR} -DTERMIOS
@ -10,7 +10,7 @@ DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/more.help \
${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>

View File

@ -1,9 +1,9 @@
# $Id:$
# $Id: Makefile,v 1.1.1.1 1995/05/09 23:58:06 jfieber Exp $
MAN1= sgmlfmt.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/sgmlfmt.pl ${DESTDIR}${BINDIR}/sgmlfmt
.include <bsd.prog.mk>

View File

@ -3,7 +3,7 @@
MAN1= shar.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/shar.sh ${DESTDIR}/usr/bin/shar
.include <bsd.prog.mk>

View File

@ -6,7 +6,7 @@ LDADD= -ltermcap
MLINKS= tput.1 clear.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
.include <bsd.prog.mk>

View File

@ -14,13 +14,13 @@ ${EXTRA}: ${.CURDIR}/vgrindefs.src
cap_mkdb -f vgrindefs.src ${.CURDIR}/vgrindefs.src
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \
${DESTDIR}/usr/share/misc/vgrindefs
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
vgrindefs.src.db ${DESTDIR}/usr/share/misc/vgrindefs.db
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tmac.vgrind \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tmac.vgrind \
${DESTDIR}/usr/share/tmac
.include <bsd.prog.mk>

View File

@ -6,7 +6,7 @@ MAN1= install.1
.PATH: ${.CURDIR}/../../bin/ls
install: maninstall
install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/install
.include <bsd.prog.mk>

View File

@ -6,7 +6,7 @@ SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
MAN1= yacc.1 yyfix.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/yyfix.sh ${DESTDIR}${BINDIR}/yyfix
.include <bsd.prog.mk>

View File

@ -1,5 +1,5 @@
# Makefile for kbdmap / vidfont
# $Id: Makefile,v 1.3 1995/04/06 14:41:50 ache Exp $
# $Id: Makefile,v 1.4 1995/07/17 14:43:06 jkh Exp $
SCRIPT= ${.CURDIR}/kbdmap.pl
LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont
@ -10,7 +10,7 @@ all:
@echo -n
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${SCRIPT} ${DESTDIR}${BINDIR}/kbdmap
.include <bsd.prog.mk>

View File

@ -4,7 +4,7 @@ BINDIR = /usr/bin
MAN1 = lp.1
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/lp.sh ${DESTDIR}${BINDIR}/lp
.include <bsd.prog.mk>

View File

@ -1,11 +1,11 @@
# Makefile
# $Id: Makefile,v 1.4 1994/05/26 20:16:49 csgr Exp $
# $Id: Makefile,v 1.5 1995/07/17 14:39:09 jkh Exp $
all:
@echo -n
install: all
install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/manctl.sh \
${DESTDIR}${BINDIR}/manctl
.include <bsd.prog.mk>

View File

@ -7,7 +7,7 @@ PIDDIR=/var/run
INDOT=
beforeinstall: named.reload
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
named.reload ${DESTDIR}${BINDIR}
named.reload: named.reload.sh Makefile

View File

@ -1,5 +1,5 @@
# @(#)Makefile 5.1 (Berkeley) 5/28/90
# $Id$
# $Id: Makefile,v 1.3 1995/05/03 03:26:53 rgrimes Exp $
MAN8= named.restart.8
CLEANFILES+=named.restart
@ -8,7 +8,7 @@ PIDDIR=/var/run
INDOT=
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
named.restart ${DESTDIR}${BINDIR}
all: named.restart

View File

@ -5,7 +5,7 @@ MAN8= nologin.8
nologin clean depend lint tags:
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/nologin.sh ${DESTDIR}/sbin/nologin
.include <bsd.prog.mk>

View File

@ -8,7 +8,7 @@ LDADD+= -ll
CLEANFILES+=lex.yy.o
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/nslookup.help \
${DESTDIR}/usr/share/misc
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/nslookup.help ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>

View File

@ -24,6 +24,6 @@ clean:
rm -f *.o fed *core* trace*
install: fed
install -c -s -o bin -g bin fed $(DEST)
${INSTALL} -c -s -o bin -g bin fed $(DEST)
.endif

View File

@ -27,7 +27,7 @@ install: ${FONTS}
@if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi
@for i in ${FONTS}; do \
${ECHO} "installing font $$i into ${DESTDIR}${FONTDIR}"; \
install -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
${INSTALL} -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
$$i ${DESTDIR}${FONTDIR}; \
done

View File

@ -34,9 +34,9 @@ BINMODE=6555
beforeinstall:
# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
# ${DESTDIR}/etc/sendmail.fc
install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/sendmail.st
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>

View File

@ -42,9 +42,9 @@ BINMODE=6555
beforeinstall:
# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
# ${DESTDIR}/etc/sendmail.fc
install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/log/sendmail.st
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \
${DESTDIR}/usr/share/misc
.include <bsd.prog.mk>

View File

@ -1,7 +1,7 @@
MAN8= spkrtest.8
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/spkrtest.pl ${DESTDIR}${BINDIR}/spkrtest
.include <bsd.prog.mk>