diff options
Diffstat (limited to 'usr/src/man/man7fs/Makefile')
-rw-r--r-- | usr/src/man/man7fs/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/usr/src/man/man7fs/Makefile b/usr/src/man/man7fs/Makefile index e17aca0d0a..dc3755ed0d 100644 --- a/usr/src/man/man7fs/Makefile +++ b/usr/src/man/man7fs/Makefile @@ -9,7 +9,10 @@ # at http://www.illumos.org/license/CDDL. # +# # Copyright 2011, Richard Lowe +# Copyright 2011 Nexenta Systems, Inc. All rights reserved. +# include ../../Makefile.master @@ -19,6 +22,7 @@ MANFILES = ctfs.7fs \ dcfs.7fs \ dev.7fs \ devfs.7fs \ + fd.7fs \ hsfs.7fs \ lofs.7fs \ objfs.7fs \ @@ -29,10 +33,18 @@ MANFILES = ctfs.7fs \ udfs.7fs \ ufs.7fs +MANSOFILES = stderr.7fs \ + stdin.7fs \ + stdout.7fs + +MANFILES += $(MANSOFILES) + +stderr.7fs := SOSRC = man7fs/fd.7fs +stdin.7fs := SOSRC = man7fs/fd.7fs +stdout.7fs := SOSRC = man7fs/fd.7fs + .KEEP_STATE: include ../Makefile.man install: $(ROOTMANFILES) - - |