make chntpw cpnt reged samusrgrp sampasswd samunlock \
     CC="gcc ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
install -Dm0755 chntpw "$PKGDIR"/usr/bin/chntpw
install -Dm0755 reged "$PKGDIR"/usr/bin/reged
install -Dm0755 cpnt "$PKGDIR"/usr/bin/cpnt

for _f in *.txt; do
    install -Dm0644 ${_f} "$PKGDIR"/usr/share/doc/chntpw/${_f}
done

