X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/55e303ae13a4cf49d70f2294092726f2fffb9ef2..b226f5e54a60dc81db17b1260381d7dbfea3cdf1:/bsd/man/man9/Makefile diff --git a/bsd/man/man9/Makefile b/bsd/man/man9/Makefile index 407b7d235..0baa7c4c6 100644 --- a/bsd/man/man9/Makefile +++ b/bsd/man/man9/Makefile @@ -7,10 +7,26 @@ include $(MakeInc_cmd) include $(MakeInc_def) DATAFILES = \ - copy.9 \ - fetch.9 \ - store.9 \ - style.9 \ + copy.9 \ + copyin.9 \ + copyinstr.9 \ + copyout.9 \ + copystr.9 \ + fetch.9 \ + fubyte.9 \ + fuibyte.9 \ + fuiword.9 \ + fulong.9 \ + fuulong.9 \ + fuword.9 \ + store.9 \ + style.9 \ + subyte.9 \ + suibyte.9 \ + suiword.9 \ + sulong.9 \ + suulong.9 \ + suword.9 \ intro.9 INSTALL_MAN_LIST = ${DATAFILES} @@ -19,4 +35,3 @@ INSTALL_MAN_DIR = man9 include $(MakeInc_rule) include $(MakeInc_dir) -