[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.2

1.2     ! ckuethe     1: # $OpenBSD: Makefile,v 1.1 2006/11/27 16:49:13 ckuethe Exp $
1.1       ckuethe     2:
                      3: SCRIPT=pkg-config
                      4:
                      5: # Nothing to build or clean
                      6: all:
                      7: clean:
                      8:
                      9: install:
                     10:        ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1.2     ! ckuethe    11:                ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/
1.1       ckuethe    12:
                     13: .include <bsd.prog.mk>