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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"