[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / more

Diff for /src/usr.bin/more/Attic/Makefile between version 1.2 and 1.3

version 1.2, 1996/01/29 00:54:56 version 1.3, 1996/09/28 21:58:44
Line 1 
Line 1 
 #       from: @(#)Makefile      5.6 (Berkeley) 3/12/91  #       @(#)Makefile    5.11 (Berkeley) 6/25/90
 #       $Id$  
   
 PROG=   more  PROG=   more
 CFLAGS+=-I${.CURDIR} -DREGEX -DTERMIOS  DPADD=  ${LIBTERM} ${LIBCOMPAT}
 SRCS=   ch.c command.c decode.c filename.c help.c input.c line.c \  LDADD=  -ltermcap -lcompat
         linenum.c main.c option.c os.c output.c position.c prim.c \  
         screen.c signal.c tags.c ttyin.c  
 LDADD+= -ltermcap  
 DPADD+= ${LIBTERM}  
 MLINKS= more.1 page.1  MLINKS= more.1 page.1
 LINKS=  ${BINDIR}/more ${BINDIR}/page  LINKS=  ${BINDIR}/more ${BINDIR}/page
   
 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/omore.help
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3