diff options
author | 1995-12-22 18:21:27 +0000 | |
---|---|---|
committer | 1995-12-22 18:21:27 +0000 | |
commit | bf1564879052be10c1304a4f48b5392fb5639409 (patch) | |
tree | de9b83d949bffd645fb20b9f5cda81277e826de1 | |
parent | Don't build or install compiled elisp files or unformatted manpages. (diff) | |
download | wireguard-openbsd-bf1564879052be10c1304a4f48b5392fb5639409.tar.xz wireguard-openbsd-bf1564879052be10c1304a4f48b5392fb5639409.zip |
add texinfo
-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") && \ |