[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / tacacs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/net/tacacs/Makefile between version 1.5 and 1.6

version 1.5, 2004/12/03 15:15:06 version 1.6, 2005/06/17 03:50:28
Line 18  BUILD_TARGET= tac_plus
Line 18  BUILD_TARGET= tac_plus
 MAKE_FLAGS+=    OS=-DSOLARIS OSLIBS="-lsocket -lnsl"  MAKE_FLAGS+=    OS=-DSOLARIS OSLIBS="-lsocket -lnsl"
 .endif  .endif
   
   INSTALLATION_DIRS=      man/man8 sbin
   
 do-install:  do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin          ${INSTALL_PROGRAM} ${WRKSRC}/tac_plus ${PREFIX}/sbin
         ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man8/tac_plus.8          ${INSTALL_MAN} ${WRKSRC}/tac_plus.1 ${PREFIX}/man/man8/tac_plus.8

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

CVSweb <webmaster@jp.NetBSD.org>