[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / id

Annotation of src/usr.bin/id/Makefile, Revision 1.4

1.4     ! millert     1: #      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:26 downsj Exp $
1.1       deraadt     2:
                      3: PROG=  id
                      4: MAN=   id.1 groups.1 whoami.1
                      5:
                      6: afterinstall:
1.4     ! millert     7:        ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.1       deraadt     8:            ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
1.4     ! millert     9:        ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.1       deraadt    10:            ${.CURDIR}/whoami.sh ${DESTDIR}/usr/bin/whoami
                     11:
                     12: .include <bsd.prog.mk>