From 288cad1c2e401e5dfbd029b95f62ca05c85d3d61 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 14 Jan 2008 11:25:08 +0100 Subject: * Up to 0.3.2 * Add HAVE_USB to config.mk - Now is possible to build a usb-less version of the flasher (only for unpacking and so, offline operations) * Refactor varname. Avoid portability problems: - reboot -> moboreboot --- config.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..a8d435c --- /dev/null +++ b/config.mk @@ -0,0 +1,8 @@ +VERSION=0.3.2 +PREFIX=/usr + +# NetBSD stuff +CFLAGS+=-I/usr/pkg/include +LDFLAGS+=-L/usr/pkg/lib -Wl,-R/usr/pkg/lib + +HAVE_USB=1 -- cgit v1.2.3