
prefix = /usr/local
sbindir = ${prefix}/sbin

.PHONY: all install clean
all:
install:
	install -m 0755 update-serial $(DESTDIR)/${sbindir}/

clean:
