diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-22 18:21:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-12-22 18:21:28 +0000 |
commit | 9be72de4a071fb27fc67ab9c1bd5489e29d27844 (patch) | |
tree | 0f30eaabfe75ce3aef8988f1edff29af4288f1e3 /gnu/usr.bin/Makefile | |
parent | ada85b17139283df6291553991cf75f66b1eb044 (diff) |
add texinfo
Diffstat (limited to 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 81c19f8b62e..fba23a7e0a1 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,7 +1,7 @@ # $NetBSD: Makefile,v 1.27 1995/12/07 07:26:32 phil Exp $ SUBDIR+= bc cpio cvs dc diff diff3 gawk grep groff -SUBDIR+= gzip rcs sdiff send-pr sort tar +SUBDIR+= gzip rcs sdiff send-pr sort tar texinfo # some ports don't use the tool chain in /usr/src .if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \ |