summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-27 23:27:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-27 23:27:47 +0000
commit418934c73a982da9958c44447a8ce8c37b2be1ff (patch)
tree17f26818f83cee4c1f32e3dcff75aedf99e4856f /usr.bin
parent4b25038ca901c54f4c036709a8ac79c3b8355ebe (diff)
better man page based on another script Makefile
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/pkg-config/Makefile12
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>