diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-12-31 11:20:49 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-12-31 11:20:49 +0000 |
commit | c2ef0b73df3574fc05bc144220b388c0546448ff (patch) | |
tree | 80541eeb26280bf6e5800a936779257d3f022c21 /sbin/mdconfig/Makefile | |
parent | f42abb1fefe8b7688980fd47c969dd3b19cc1799 (diff) | |
download | src-c2ef0b73df3574fc05bc144220b388c0546448ff.tar.gz src-c2ef0b73df3574fc05bc144220b388c0546448ff.zip |
Improve cmdline parsing and messages.
Add a rudimentary man-page. (I'm no mdoc wizard, feel free to attack my
mistakes and blunders)
Notes
Notes:
svn path=/head/; revision=70538
Diffstat (limited to 'sbin/mdconfig/Makefile')
-rw-r--r-- | sbin/mdconfig/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index 2232153b75bd..38fa2cab30dc 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PROG= mdconfig -#MAN8= mdconfig.8 +MAN8= mdconfig.8 #CFLAGS+= -g -static -Wall #MLINKS= mdconfig.8 swapfile.8 mdconfig.8 vnconfig.8 -NOMAN= not_yet .include <bsd.prog.mk> |