diff options
Diffstat (limited to 'usr/src/man/man3/Makefile')
-rw-r--r-- | usr/src/man/man3/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/usr/src/man/man3/Makefile b/usr/src/man/man3/Makefile index 5d73a0b0e5..0ac3a03cd8 100644 --- a/usr/src/man/man3/Makefile +++ b/usr/src/man/man3/Makefile @@ -9,22 +9,28 @@ # at http://www.illumos.org/license/CDDL. # +# # Copyright 2011, Richard Lowe +# Copyright 2011 Nexenta Systems, Inc. All rights reserved. +# include ../../Makefile.master MANSECT = 3 -MANSOFILES = intro.3 +MANSOFILES = intro.3 \ + libwrap.3 + MANFILES = Intro.3 \ + hosts_access.3 \ $(MANSOFILES) -intro.3 := SOSRC = man3/Intro.3 +intro.3 := SOSRC = man3/Intro.3 + +libwrap.3 := SOSRC = man3/hosts_access.3 .KEEP_STATE: include ../Makefile.man install: $(ROOTMANFILES) - - |