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

Diff for /src/usr.bin/usbhidctl/Makefile between version 1.1 and 1.2

version 1.1, 2001/09/02 17:55:29 version 1.2, 2001/12/30 07:10:42
Line 4 
Line 4 
 PROG=   usbhidctl  PROG=   usbhidctl
 SRCS=   usbhid.c  SRCS=   usbhid.c
   
 LDADD+= -lusb  LDADD+= -lusbhid
 DPADD+= ${LIBUSB}  DPADD+= ${LIBUSB}
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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