Print this page
local changes
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/cmd/mandoc/Makefile.common
+++ new/usr/src/cmd/mandoc/Makefile.common
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
14 14 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
15 15 #
16 16
17 17 PROGS= mandoc mandoc_preconv
18 18 mandoc_OBJS = arch.o att.o chars.o eqn.o eqn_html.o eqn_term.o \
19 19 html.o lib.o main.o man.o man_hash.o man_html.o \
20 20 man_macro.o man_term.o man_validate.o mandoc.o mdoc.o \
21 21 mdoc_argv.o mdoc_hash.o mdoc_html.o mdoc_macro.o \
↓ open down ↓ |
21 lines elided |
↑ open up ↑ |
22 22 mdoc_man.o mdoc_term.o mdoc_validate.o msec.o out.o \
23 23 read.o roff.o st.o tbl.o tbl_data.o tbl_html.o \
24 24 tbl_layout.o tbl_opts.o tbl_term.o term.o term_ascii.o \
25 25 term_ps.o tree.o vol.o
26 26
27 27 preconv_OBJS = preconv.o
28 28
29 29 CFLAGS += $(CC_VERBOSE)
30 30
31 31 CPPFLAGS += -DHAVE_CONFIG_H -DUSE_WCHAR \
32 - -DOSNAME="\"illumos\"" \
33 - -DVERSION="\"1.12.1\""
32 + -DOSNAME="\"illumos\""
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX