summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-11-03 19:51:43 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-11-03 19:51:43 +0000
commit213a60a875b5d88e3107f7422d5dd0bbcd13b869 (patch)
tree3a55b552f5e5f52b7ab94cc4f258a9cc202f5f0a /usr.bin
parent912715d50c288c84ef694bfa6ceb8b6e56017002 (diff)
Install bc(1) USD doc.
ok deraadt@ mickey@ jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index 4f5ce8ae488..ca9e7e08f55 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2003/09/25 19:35:12 otto Exp $
+# $OpenBSD: Makefile,v 1.2 2003/11/03 19:51:42 otto Exp $
PROG= bc
SRCS= bc.c scan.c
@@ -11,4 +11,9 @@ beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
${DESTDIR}/usr/share/misc
+# These get installed verbatim
+.if make(install)
+SUBDIR+= USD.doc
+.endif
+
.include <bsd.prog.mk>