aboutsummaryrefslogtreecommitdiff
path: root/unix/make/Makefile.utf
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-16 21:32:01 +0000
committerrsc <devnull@localhost>2005-01-16 21:32:01 +0000
commitd3a25066c942ac23e202629ac469726aa6527cdf (patch)
treec091d3818ca879a06adcc5481151678065939917 /unix/make/Makefile.utf
parent0215fd56dbd9823b392000729edbb81c46447cda (diff)
downloadplan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.gz
plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.bz2
plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.zip
tweaks
Diffstat (limited to 'unix/make/Makefile.utf')
-rw-r--r--unix/make/Makefile.utf2
1 files changed, 2 insertions, 0 deletions
diff --git a/unix/make/Makefile.utf b/unix/make/Makefile.utf
index 4d15d100..10e72309 100644
--- a/unix/make/Makefile.utf
+++ b/unix/make/Makefile.utf
@@ -36,6 +36,8 @@ install: $(LIB)
install -c -m 0644 utf.7 $(PREFIX)/man/man7/utf.7
install -c -m 0644 rune.3 $(PREFIX)/man/man3/rune.3
install -c -m 0644 runestrcat.3 $(PREFIX)/man/man3/runestrcat.3
+ mkdir -p $(PREFIX)/include
install -c -m 0644 utf.h $(PREFIX)/include/utf.h
+ mkdir -p $(PREFIX)/lib
install -c -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)