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

Annotation of src/usr.bin/pkg-config/Makefile, Revision 1.4

1.4     ! ckuethe     1: # $OpenBSD: Makefile,v 1.3 2006/11/27 23:27:46 deraadt Exp $
1.1       ckuethe     2:
1.4     ! ckuethe     3: MAN=pkg-config.1
1.1       ckuethe     4:
1.3       deraadt     5: beforeinstall:
1.1       ckuethe     6:        ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.3       deraadt     7:                ${.CURDIR}/pkg-config ${DESTDIR}${BINDIR}/pkg-config
1.1       ckuethe     8:
                      9: .include <bsd.prog.mk>