Cross Reference: Makefile
xref: /src/sbin/restore/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/restore/
Makefile revision 1.1
11.1Scgd#	@(#)Makefile	5.10 (Berkeley) 5/11/90
21.1Scgd
31.1ScgdPROG=	restore
41.1ScgdSRCS=	main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c
51.1ScgdROBJS=	main.o interactive.o restore.o dirs.o symtab.o rtape.o utilities.o \
61.1Scgd	dumprmt.o
71.1ScgdMAN8=	restore.0 rrestore.0
81.1Scgd.PATH:	${.CURDIR}/../dump
91.1ScgdCLEANFILES+=dumprmt.o rtape.o rrestore
101.1Scgd
111.1Scgdall: rrestore
121.1Scgd
131.1Scgdrrestore: ${ROBJS} ${LIBC}
141.1Scgd	${CC} ${CFLAGS} -o ${.TARGET} ${ROBJS}
151.1Scgd
161.1Scgdrtape.o: tape.c ${LIBC}
171.1Scgd	${CC} ${CFLAGS} -c -DRRESTORE ${.CURDIR}/tape.c -o ${.TARGET}
181.1Scgd
191.1Scgdafterinstall:
201.1Scgd	install ${STRIP} -o root -g ${BINGRP} -m 4755 rrestore \
211.1Scgd	    ${DESTDIR}${BINDIR}
221.1Scgd
231.1Scgd.include <bsd.prog.mk>
24

Indexes created Thu Dec 04 23:09:28 GMT 2025