diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 03:12:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-27 03:12:29 +0000 |
commit | 68dcfc47e3b55a06950f03c92a8fc9716bf04316 (patch) | |
tree | e1961f0489f7664ec0bccb45a079042524901e77 /gnu | |
parent | 978f1b8e18efed5647513070f53f269049feb83c (diff) |
do texinfo last, for info/dir file
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 7326b6f93d1..cb177f89e0a 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 1996/07/16 07:47:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 1996/07/27 03:12:28 deraadt Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ SUBDIR+= bc cpio cvs dc diff diff3 gcc grep groff -SUBDIR+= gzip rcs sdiff sendbug sort texinfo +SUBDIR+= gzip rcs sdiff sendbug sort # some ports use binutils, some do not. .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") @@ -11,4 +11,7 @@ SUBDIR+= binutils SUBDIR+= gas gdb ld .endif +# Do this last, so that it re-builds the info 'dir' file +SUBDIR+= texinfo + .include <bsd.subdir.mk> |