diff options
Diffstat (limited to 'usr/src/man/man7/Makefile')
-rw-r--r-- | usr/src/man/man7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/man/man7/Makefile b/usr/src/man/man7/Makefile index 929693a927..c53357d29a 100644 --- a/usr/src/man/man7/Makefile +++ b/usr/src/man/man7/Makefile @@ -12,6 +12,7 @@ # # Copyright 2011, Richard Lowe # Copyright 2013 Nexenta Systems, Inc. All rights reserved. +# Copyright 2017 Joyent, Inc. # include $(SRC)/Makefile.master @@ -22,7 +23,8 @@ MANSECT= 7 MANFILES= FSS.7 \ Intro.7 \ cpr.7 \ - ibmf.7 + ibmf.7 \ + swap.7 MANLINKS= intro.7 |