diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/bc/Makefile | 7 |
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> |