[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.3 and 1.4

version 1.3, 1996/08/26 21:30:10 version 1.4, 1997/03/30 19:22:42
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   encrypt  PROG=   encrypt
   SRCS= encrypt.c pwd_gensalt.c
   .PATH: ${.CURDIR}/../passwd
   
   LDADD = -lutil
 LIBEXEC?=       /usr/libexec  LIBEXEC?=       /usr/libexec
   
 LINKS=  ${BINDIR}/encrypt ${LIBEXEC}/makekey  LINKS=  ${BINDIR}/encrypt ${LIBEXEC}/makekey

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