1 diff --git a/config.mk b/config.mk
2 index 1ebfd49..ec076b3 100644
6 # Customize to fit your system
9 -PREFIX = /usr/local/plan9
10 MANPREFIX = ${PREFIX}/share/man
19 #CFLAGS += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""
20 CFLAGS += -c -I. -DPLAN9PORT -DPREFIX="\"${PREFIX}\""
24 #CFLAGS = -fast -xtarget=ultra -D__sun__ -c -I. -DPREFIX="\"${PREFIX}\""
31 diff --git a/lib9/Makefile b/lib9/Makefile
32 index b83ab2b..e3744a4 100644
35 @@ -221,7 +221,7 @@ uninstall:
39 - @${AR} ${LIB} ${OFILES}
40 + @${AR} rc ${LIB} ${OFILES}
44 diff --git a/troff/Makefile b/troff/Makefile
45 index b4e3d88..3aac6bf 100644
48 @@ -6,7 +6,7 @@ TARG = troff
49 OFILES = n1.o n2.o n3.o n4.o n5.o t6.o n6.o n7.o n8.o n9.o t10.o\
50 n10.o t11.o ni.o hytab.o suftab.o dwbinit.o mbwc.o
52 -TROFFDIR = ${PREFIX}/lib/troff
53 +TROFFDIR = ${PREFIX_TROFF}/lib/troff