DESTDIR; ensure mode 644
authorJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Thu, 15 May 1986 19:19:44 +0000 (11:19 -0800)
committerJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Thu, 15 May 1986 19:19:44 +0000 (11:19 -0800)
SCCS-vsn: share/me/Makefile 1.2

usr/src/share/me/Makefile

index 24ed5b7..bafa7ce 100644 (file)
@@ -4,7 +4,7 @@
 #      This makefile strips comments from the source files and
 #      installs them in the expected directories.
 #
 #      This makefile strips comments from the source files and
 #      installs them in the expected directories.
 #
-#      @(#)Makefile    1.1             85/04/29
+#      @(#)Makefile    1.2             86/05/15
 #
 
 SRCS=  tmac.e acm.me chars.me deltext.me eqn.me \
 #
 
 SRCS=  tmac.e acm.me chars.me deltext.me eqn.me \
@@ -15,7 +15,7 @@ GET=  sccs get
 all: revisions $(SRCS)
 
 install: revisions $(SRCS) install.csh
 all: revisions $(SRCS)
 
 install: revisions $(SRCS) install.csh
-       csh install.csh $(SRCS)
+       DEST=$(DESTDIR) csh install.csh $(SRCS)
 
 clean:
 
 
 clean: