#!/usr/bin/make -f include ../source.mk nop: @: configure: oh-autoconfigure -- --with-readline touch $@ build: configure oh-autobuild touch $@ install: build oh-autoinstall mv dest/usr/bin/dc dest/usr/bin/dc.gnu # Remove GNU Info index. rm -f dest/usr/share/info/dir oh-fixperms oh-strip oh-installfiles