diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-04-02 17:12:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-04-02 17:12:24 +0000 |
commit | bea18c544f0d20bd409cac386cc0c6db4f2791a6 (patch) | |
tree | 0184042b10b1fdc35e7a0c91fc2ee91e6f3b9b70 | |
parent | 921b6b94312c0b13ae024f50d77ab920127bf2d7 (diff) |
link mandoc(1) to the build
tested on gcc2 and ok by deraadt@
-rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 354ae582815..f241102bd2e 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.112 2009/06/02 05:19:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.113 2010/04/02 17:12:23 schwarze Exp $ .include <bsd.own.mk> @@ -11,7 +11,8 @@ SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \ getconf getent getopt gprof grep gzsig head hexdump id indent \ infocmp ipcrm ipcs \ join jot kdump keynote ktrace lam last lastcomm leave less lex lndir \ - locate lock logger login logname look lorder m4 mail make man mesg mg \ + locate lock logger login logname look lorder \ + m4 mail make man mandoc mesg mg \ midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \ newsyslog \ nfsstat nice nm nohup oldrdist cvs pagesize passwd paste patch pctr \ |