diff options
author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-06-11 21:44:07 +0000 |
---|---|---|
committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2011-06-11 21:44:07 +0000 |
commit | 97e0f2b43eeccd3dcc8f9ca4718565727d2f9b64 (patch) | |
tree | 4855f3a38947c016fe0234dae3958d541f0c0eff /usr.sbin/bsdinstall/Makefile | |
parent | 1e1c0371e651e9e884ee19c96e8be575681d7640 (diff) | |
download | src-97e0f2b43eeccd3dcc8f9ca4718565727d2f9b64.tar.gz src-97e0f2b43eeccd3dcc8f9ca4718565727d2f9b64.zip |
Long-overdue man page for bsdinstall.
Notes
Notes:
svn path=/head/; revision=222998
Diffstat (limited to 'usr.sbin/bsdinstall/Makefile')
-rw-r--r-- | usr.sbin/bsdinstall/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/Makefile b/usr.sbin/bsdinstall/Makefile index 5e39b0b4a00c..e72b5d3d4770 100644 --- a/usr.sbin/bsdinstall/Makefile +++ b/usr.sbin/bsdinstall/Makefile @@ -2,5 +2,6 @@ SUBDIR= distextract distfetch partedit scripts SCRIPTS= bsdinstall +MAN= bsdinstall.8 .include <bsd.prog.mk> |