# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $Id: Makefile,v 1.1 1995/10/18 08:45:24 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