svn commit: r246571 - head/sys/boot/usb

Hans Petter Selasky hselasky at FreeBSD.org
Fri Feb 8 23:13:47 UTC 2013


Author: hselasky
Date: Fri Feb  8 23:13:46 2013
New Revision: 246571
URL: http://svnweb.freebsd.org/changeset/base/246571

Log:
  Correctly list the usbloader dependencies.

Modified:
  head/sys/boot/usb/Makefile.test

Modified: head/sys/boot/usb/Makefile.test
==============================================================================
--- head/sys/boot/usb/Makefile.test	Fri Feb  8 22:51:09 2013	(r246570)
+++ head/sys/boot/usb/Makefile.test	Fri Feb  8 23:13:46 2013	(r246571)
@@ -53,9 +53,9 @@ SRCS+=	bsd_usbloader_test.c
 LDADD+=	libusbboot.a
 DPADD+= libusbboot.a
 
-all: libusbboot.a
-
 .include <bsd.prog.mk>
 
+${PROG}: libusbboot.a
+
 libusbboot.a:
 	make -f Makefile


More information about the svn-src-head mailing list