]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man9/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / bsd / man / man9 / Makefile
index 1e5e8000b2f7b039a6a7477a15108bb73269a831..0baa7c4c6ab3d198a97e4d282962e8d7ce43a0c1 100644 (file)
@@ -7,10 +7,27 @@ 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}
 
@@ -18,4 +35,3 @@ INSTALL_MAN_DIR = man9
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-