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

File: [local] / src / usr.bin / pkg-config / Makefile (download)

Revision 1.3, Mon Nov 27 23:27:46 2006 UTC (17 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +4 -8 lines

better man page based on another script Makefile

# $OpenBSD: Makefile,v 1.3 2006/11/27 23:27:46 deraadt Exp $

NOMAN=chris is a lazy slacker

beforeinstall: 
	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/pkg-config ${DESTDIR}${BINDIR}/pkg-config

.include <bsd.prog.mk>