diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-27 23:27:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-27 23:27:47 +0000 |
commit | 418934c73a982da9958c44447a8ce8c37b2be1ff (patch) | |
tree | 17f26818f83cee4c1f32e3dcff75aedf99e4856f /usr.bin | |
parent | 4b25038ca901c54f4c036709a8ac79c3b8355ebe (diff) |
better man page based on another script Makefile
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pkg-config/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.bin/pkg-config/Makefile b/usr.bin/pkg-config/Makefile index 51cd751bcce..f141c87b145 100644 --- a/usr.bin/pkg-config/Makefile +++ b/usr.bin/pkg-config/Makefile @@ -1,13 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2006/11/27 17:01:56 ckuethe Exp $ +# $OpenBSD: Makefile,v 1.3 2006/11/27 23:27:46 deraadt Exp $ -SCRIPT=pkg-config +NOMAN=chris is a lazy slacker -# Nothing to build or clean -all: -clean: - -install: +beforeinstall: ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/ + ${.CURDIR}/pkg-config ${DESTDIR}${BINDIR}/pkg-config .include <bsd.prog.mk> |