#!/usr/bin/make -f include ../source.mk ARGS = \ PREFIX=/usr \ LIBDIR=/usr/lib/$(OPK_HOST_ARCH) \ MANDIR=/usr/share/man \ BUILD_STATIC_LIB=0 nop: @: build: oh-autobuild -- $(ARGS) touch $@ install: build oh-autoinstall -- $(ARGS) # Perl script: rm dest/usr/sbin/sensors-detect oh-fixperms oh-strip oh-installfiles oh-shlibdeps