# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:22 deraadt Exp $ PROG= id MAN= id.1 groups.1 whoami.1 afterinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami .include