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 HIDEGAME=hidegame
beforeinstall: 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) ${GAMES} ${DESTDIR}/usr/share/games/atc)
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

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

View File

@ -8,7 +8,7 @@ MAN6= cribbage.6
HIDEGAME=hidegame HIDEGAME=hidegame
beforeinstall: 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 ${DESTDIR}/usr/share/games/cribbage.instr
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -5,7 +5,7 @@ MAN6= fish.6
HIDEGAME=hidegame HIDEGAME=hidegame
beforeinstall: 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 ${DESTDIR}/usr/share/games/fish.instr
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -25,11 +25,11 @@ makedefs: makedefs.c
${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c ${CC} ${CFLAGS} -o ${.TARGET} ${.CURDIR}/${.PREFIX}.c
beforeinstall: 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 ${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 ${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 ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
rm -f ${DESTDIR}/var/games/hackdir/bones* rm -f ${DESTDIR}/var/games/hackdir/bones*

View File

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

View File

@ -16,16 +16,16 @@ setup: phantglobs.o setup.o monsters.asc ${LIBM}
beforeinstall: beforeinstall:
./setup -m ${.CURDIR}/monsters.asc ./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 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 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 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 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 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 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 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 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. # PLOTDEVICE is used for plotting the map. Change as appropriate.
map: map.c map: map.c

View File

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

View File

@ -10,7 +10,7 @@ LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame HIDEGAME=hidegame
beforeinstall: 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 ${DESTDIR}/var/games/robots_roll
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -4,7 +4,7 @@ NOOBJ= noobj
all wargames clean cleandir depend lint tags: all wargames clean cleandir depend lint tags:
install: 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 ${DESTDIR}/usr/games/wargames
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -5,7 +5,7 @@ MAN6= wump.6
HIDEGAME=hidegame HIDEGAME=hidegame
beforeinstall: 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 ${DESTDIR}/usr/share/games
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -9,7 +9,7 @@ LDADD= -lcurses -ltermcap
HIDEGAME=hidegame HIDEGAME=hidegame
beforeinstall: beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${DESTDIR}/usr/share/games ${.CURDIR}/gnuchess.book ${DESTDIR}/usr/share/games
.include <bsd.prog.mk> .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 \ FILES= call.sample config.sample dial.sample dialcode.sample passwd.sample \
port.sample sys1.sample sys2.sample port.sample sys1.sample sys2.sample
@ -11,7 +11,7 @@ BINGRP= $(group)
all clean cleandir depend lint tags: all clean cleandir depend lint tags:
install: install:
install -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 440 ${FILES} \
${DESTDIR}/etc/uucp ${DESTDIR}/etc/uucp
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -1,5 +1,5 @@
# Makefile for uusched # 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) BINDIR= $(bindir)
CLEANFILES+= $(ONESHPROG) CLEANFILES+= $(ONESHPROG)
@ -12,7 +12,7 @@ $(ONESHPROG): $(ONESHPROG).in Makefile
$(.ALLSRC:N*Makefile) > $(.TARGET) $(.ALLSRC:N*Makefile) > $(.TARGET)
beforeinstall: beforeinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \ ${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
$(ONESHPROG) $(DESTDIR)$(BINDIR)/$(ONESHPROG) $(ONESHPROG) $(DESTDIR)$(BINDIR)/$(ONESHPROG)
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -1,5 +1,5 @@
# Makefile for uuto # 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) BINDIR= $(bindir)
CLEANFILES+= $(ONESHPROG) CLEANFILES+= $(ONESHPROG)
@ -12,7 +12,7 @@ $(ONESHPROG): $(ONESHPROG).in Makefile
$(.ALLSRC:N*Makefile) > $(.TARGET) $(.ALLSRC:N*Makefile) > $(.TARGET)
beforeinstall: beforeinstall:
install -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \ ${INSTALL} -c -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) \
$(ONESHPROG) $(DESTDIR)$(BINDIR)/$(ONESHPROG) $(ONESHPROG) $(DESTDIR)$(BINDIR)/$(ONESHPROG)
.include <bsd.prog.mk> .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: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cvsinit.sh ${DESTDIR}${BINDIR}/cvsinit ${.CURDIR}/cvsinit.sh ${DESTDIR}${BINDIR}/cvsinit
.include "../../Makefile.inc" .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 CVSFILES= commitinfo loginfo rcsinfo editinfo modules
@ -11,7 +11,7 @@ all clean:
install: install:
cd ${.CURDIR}; \ cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
${DESTDIR}${EXAMPDIR} ${DESTDIR}${EXAMPDIR}
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -22,7 +22,7 @@ maninstall:
install: install:
for f in $(FONTFILES); do \ for f in $(FONTFILES); do \
ff=$$f; test -f $$f || ff=${.CURDIR}/$$f || true; \ 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; \ $(DESTDIR)$(DEVICEDIR)/$$f; \
done done
.endif .endif

View File

@ -22,7 +22,7 @@ maninstall:
install: install:
for f in $(FONTFILES); do \ for f in $(FONTFILES); do \
ff=$$f; test -f $$f || ff=${.CURDIR}/$$f || true; \ 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; \ $(DESTDIR)$(DEVICEDIR)/$$f; \
done done
.endif .endif

View File

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

View File

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

View File

@ -22,26 +22,26 @@ MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms
beforeinstall: beforeinstall:
for f in ${FILES}; do \ 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}; \ ${.CURDIR}/$$f ${DESTDIR}${TMACDIR}; \
done done
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/tmac.an >tmac.groff_an 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} tmac.groff_an ${DESTDIR}${TMACDIR}
for f in ${STRIPFILES}; do \ for f in ${STRIPFILES}; do \
rm -f temp; \ rm -f temp; \
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/$$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; \ temp ${DESTDIR}${TMACDIR}/$$f; \
done done
for f in ${MDOCFILES}; do \ for f in ${MDOCFILES}; do \
rm -f temp; \ rm -f temp; \
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/$$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; \ temp ${DESTDIR}${MDOCDIR}/$$f; \
done done
test -f ${DESTDIR}${TMACDIR}/man.local || \ 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} ${.CURDIR}/man.local ${DESTDIR}${TMACDIR}
.include "../Makefile.cfg" .include "../Makefile.cfg"

View File

@ -17,9 +17,9 @@ majorminor.cc: ${.CURDIR}/../VERSION
\"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' ${.CURDIR}/../VERSION`\"\; >>$@ \"`sed -e 's/^[^.]*\.\([0-9]*\).*$$/\1/' ${.CURDIR}/../VERSION`\"\; >>$@
afterinstall: 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 ${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 ${DESTDIR}${tmacdir}/hyphen.us-ru
.include "../Makefile.cfg" .include "../Makefile.cfg"

View File

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

View File

@ -12,7 +12,7 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/zcat
NOSHARED=yes NOSHARED=yes
afterinstall: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \ ${.CURDIR}/zforce ${.CURDIR}/gzexe ${.CURDIR}/znew \
${.CURDIR}/zmore ${.CURDIR}/zdiff ${.CURDIR}/zgrep \ ${.CURDIR}/zmore ${.CURDIR}/zdiff ${.CURDIR}/zgrep \
${DESTDIR}${BINDIR} ${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) .if exists(${.CURDIR}/obj)
MAN1= ${.CURDIR}/obj/apropos.1 MAN1= ${.CURDIR}/obj/apropos.1
@ -29,7 +29,7 @@ ${MAN1}: ${.CURDIR}/apropos.man
${.CURDIR}/apropos.man > ${.TARGET} ${.CURDIR}/apropos.man > ${.TARGET}
install: ${TARG} maninstall 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" .include "../Makefile.inc"

View File

@ -25,6 +25,7 @@ ${MAN1}: ${.CURDIR}/manpath.man
${.CURDIR}/manpath.man > ${MAN1} ${.CURDIR}/manpath.man > ${MAN1}
afterinstall: 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> .include <bsd.prog.mk>

View File

@ -27,7 +27,7 @@ ${MAN1}: ${.CURDIR}/whatis.man
${.CURDIR}/whatis.man > ${.TARGET} ${.CURDIR}/whatis.man > ${.TARGET}
install: ${TARG} maninstall 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" .include "../Makefile.inc"
.if make(maninstall) || make(install) .if make(maninstall) || make(install)

View File

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

View File

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

View File

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

View File

@ -24,9 +24,9 @@ send-pr.el: send-pr-el.in Makefile
${.ALLSRC:N*Makefile} > ${.TARGET} ${.ALLSRC:N*Makefile} > ${.TARGET}
beforeinstall: beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
send-pr ${DESTDIR}${BINDIR}/send-pr 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 ${.CURDIR}/categories ${DESTDIR}/etc/gnats/freefall
.include <bsd.prog.mk> .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 # @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= yppasswdd 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 CFLAGS+=-DVERSION=\"0.7\" -DYPLIBDIR=\"/usr/libexec\" -D_GNU_SOURCE
afterinstall: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/yppwupdate \ ${.CURDIR}/yppwupdate \
${DESTDIR}/usr/libexec/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 # From: @(#)Makefile 8.3 (Berkeley) 4/2/94
PROG= ypserv PROG= ypserv
@ -10,10 +10,10 @@ CFLAGS+=-DMAX_CHILDREN=20 -DINSTDIR='"/usr/libexec"'
MAN8= ypserv.8 MAN8= ypserv.8
afterinstall: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/Makefile.yp \ ${.CURDIR}/Makefile.yp \
${DESTDIR}/var/yp/Makefile ${DESTDIR}/var/yp/Makefile
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/mknetid \ ${.CURDIR}/mknetid \
${DESTDIR}/usr/libexec/mknetid ${DESTDIR}/usr/libexec/mknetid

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags: all clean cleandir depend lint tags:
install: install:
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ cd ${.CURDIR}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${DESTDIR}${BINDIR}/misc ${FILES} ${DESTDIR}${BINDIR}/misc
.include <bsd.prog.mk> .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 # From: @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README FILES= bsd.README
@ -11,7 +11,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags: all clean cleandir depend lint tags:
afterinstall: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/mk ${DESTDIR}${BINDIR}/mk
.include <bsd.prog.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 FILES= linuxdoc linuxdoc.dec
NOOBJ= noobj NOOBJ= noobj
@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags: all clean cleandir depend lint tags:
afterinstall: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/dtd ${DESTDIR}${BINDIR}/dtd
.include <bsd.prog.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.sty FILES= linuxdoc.sty
NOOBJ= noobj NOOBJ= noobj
@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags: all clean cleandir depend lint tags:
afterinstall: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/lib ${DESTDIR}${BINDIR}/lib
.include <bsd.prog.mk> .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= html.general html.mapping html.math latex.general latex.mapping
FILES+= latex.math nroff.general nroff.mapping nroff.math FILES+= latex.math nroff.general nroff.mapping nroff.math
@ -7,7 +7,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags: all clean cleandir depend lint tags:
afterinstall: afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/rep ${DESTDIR}${BINDIR}/rep
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -6,7 +6,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags: all clean cleandir depend lint tags:
install: install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/skel ${DESTDIR}${BINDIR}/skel
.include <bsd.prog.mk> .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 \ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \ cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
@ -22,7 +22,7 @@ all clean:
install: install:
cd ${.CURDIR}; \ cd ${.CURDIR}; \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
${DESTDIR}${FONTDIR} ${DESTDIR}${FONTDIR}
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

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

View File

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

View File

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

View File

@ -17,11 +17,11 @@ termcap.db: termcap
cap_mkdb termcap cap_mkdb termcap
beforeinstall: beforeinstall:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \
${DESTDIR}${BINDIR}/misc ${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 ${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 ${DESTDIR}${BINDIR}/misc
@rm -f ${DESTDIR}/etc/termcap @rm -f ${DESTDIR}/etc/termcap
ln -s ${BINDIR}/misc/termcap ${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 PROG= boot
@ -58,9 +58,9 @@ boot2: boot.nohdr
all: boot1 boot2 all: boot1 boot2
install: install:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
boot1 ${DESTDIR}${BINDIR}/boot1 boot1 ${DESTDIR}${BINDIR}/boot1
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
boot2 ${DESTDIR}${BINDIR}/boot2 boot2 ${DESTDIR}${BINDIR}/boot2
for i in sd fd wd ; do \ for i in sd fd wd ; do \
( cd ${DESTDIR}${BINDIR} ; \ ( cd ${DESTDIR}${BINDIR} ; \

View File

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

View File

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

View File

@ -1,6 +1,6 @@
# Makefile for file(1) cmd. # Makefile for file(1) cmd.
# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. # 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 # This software is not subject to any license of the American Telephone
# and Telegraph Company or of the Regents of the University of California. # and Telegraph Company or of the Regents of the University of California.
@ -51,7 +51,7 @@ magic: $(MAGFILES)
cat $(MAGFILES) > $(.TARGET) cat $(MAGFILES) > $(.TARGET)
afterinstall: afterinstall:
install -c -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \ ${INSTALL} -c -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) magic \
$(DESTDIR)$(MAGIC) $(DESTDIR)$(MAGIC)
.include <bsd.prog.mk> .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 printgprof.c printlist.c
beforeinstall: beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
${DESTDIR}/usr/share/misc ${DESTDIR}/usr/share/misc

View File

@ -5,9 +5,9 @@ MAN1= id.1 groups.1 whoami.1
# XXX BROKEN: afterinstall: # XXX BROKEN: afterinstall:
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 ${.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 ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

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

View File

@ -3,7 +3,7 @@
PROG= locate PROG= locate
beforeinstall: 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 ${.CURDIR}/updatedb.csh ${DESTDIR}/usr/libexec/locate.updatedb
.include "../../Makefile.inc" .include "../../Makefile.inc"

View File

@ -11,9 +11,9 @@ LINKS= ${BINDIR}/mail ${BINDIR}/Mail
MLINKS= mail.1 Mail.1 MLINKS= mail.1 Mail.1
beforeinstall: 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 -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 -m 644 ${EFILES} ${DESTDIR}/etc
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Makefile for kbdmap / vidfont # 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 SCRIPT= ${.CURDIR}/kbdmap.pl
LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont
@ -10,7 +10,7 @@ all:
@echo -n @echo -n
beforeinstall: beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${SCRIPT} ${DESTDIR}${BINDIR}/kbdmap ${SCRIPT} ${DESTDIR}${BINDIR}/kbdmap
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

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

View File

@ -1,11 +1,11 @@
# Makefile # 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: all:
@echo -n @echo -n
install: all 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 ${DESTDIR}${BINDIR}/manctl
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -7,7 +7,7 @@ PIDDIR=/var/run
INDOT= INDOT=
beforeinstall: named.reload 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 ${DESTDIR}${BINDIR}
named.reload: named.reload.sh Makefile named.reload: named.reload.sh Makefile

View File

@ -1,5 +1,5 @@
# @(#)Makefile 5.1 (Berkeley) 5/28/90 # @(#)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 MAN8= named.restart.8
CLEANFILES+=named.restart CLEANFILES+=named.restart
@ -8,7 +8,7 @@ PIDDIR=/var/run
INDOT= INDOT=
beforeinstall: beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
named.restart ${DESTDIR}${BINDIR} named.restart ${DESTDIR}${BINDIR}
all: named.restart all: named.restart

View File

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

View File

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

View File

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

View File

@ -27,7 +27,7 @@ install: ${FONTS}
@if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi @if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi
@for i in ${FONTS}; do \ @for i in ${FONTS}; do \
${ECHO} "installing font $$i into ${DESTDIR}${FONTDIR}"; \ ${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}; \ $$i ${DESTDIR}${FONTDIR}; \
done done

View File

@ -34,9 +34,9 @@ BINMODE=6555
beforeinstall: beforeinstall:
# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ # install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
# ${DESTDIR}/etc/sendmail.fc # ${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 ${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 ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

@ -42,9 +42,9 @@ BINMODE=6555
beforeinstall: beforeinstall:
# install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ # install -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
# ${DESTDIR}/etc/sendmail.fc # ${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 ${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 ${DESTDIR}/usr/share/misc
.include <bsd.prog.mk> .include <bsd.prog.mk>

View File

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