DESTDIR
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 22 Oct 1982 06:44:29 +0000 (22:44 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 22 Oct 1982 06:44:29 +0000 (22:44 -0800)
SCCS-vsn: usr.bin/tftp/Makefile 4.2

usr/src/usr.bin/tftp/Makefile

index 94f43c5..5102174 100644 (file)
@@ -1,5 +1,6 @@
 # Makefile %G%
 ALL=   tftp tftpd
 # Makefile %G%
 ALL=   tftp tftpd
+DESTDIR=
 CFLAGS=-O
 
 all: ${ALL}
 CFLAGS=-O
 
 all: ${ALL}
@@ -19,5 +20,5 @@ clean:
        rm -f ${ALL} *.o *.s errs core a.out t.?
 
 install: tftp tftpd
        rm -f ${ALL} *.o *.s errs core a.out t.?
 
 install: tftp tftpd
-       install -s tftp /usr/ucb
-       install -s tftpd /etc
+       install -s tftp ${DESTDIR}/usr/ucb
+       install -s tftpd ${DESTDIR}/etc