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

Diff for /src/usr.bin/encrypt/Makefile between version 1.5 and 1.6

version 1.5, 1998/04/11 09:46:38 version 1.6, 2002/05/11 00:20:20
Line 6 
Line 6 
 .PATH: ${.CURDIR}/../passwd  .PATH: ${.CURDIR}/../passwd
   
 LDADD = -lutil  LDADD = -lutil
   DPADD= ${LIBUTIL}
 LIBEXEC?=       /usr/libexec  LIBEXEC?=       /usr/libexec
   
 LINKS=  ${BINDIR}/encrypt ${LIBEXEC}/makekey  LINKS=  ${BINDIR}/encrypt ${LIBEXEC}/makekey

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6