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

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

1.3     ! downsj      1: #      $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:22 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  id
                      4: MAN=   id.1 groups.1 whoami.1
                      5:
                      6: afterinstall:
1.3     ! downsj      7:        ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.1       deraadt     8:            ${.CURDIR}/groups.sh ${DESTDIR}/usr/bin/groups
1.3     ! downsj      9:        ${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>