diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-20 18:17:26 +0000 |
| commit | c73e22c3d47a3cff43c30a39e6aa4692e07316c8 (patch) | |
| tree | 4850c8e93ed64ec07d74d3b37deb81f774dba52e /usr.sbin/fdwrite | |
| parent | fe655281c5aaa0c4feb637ba0199f869ba84a78b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/fdwrite')
| -rw-r--r-- | usr.sbin/fdwrite/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile index 8eac7b0ebc00b..74392d1a8c357 100644 --- a/usr.sbin/fdwrite/Makefile +++ b/usr.sbin/fdwrite/Makefile @@ -10,7 +10,8 @@ # # -PROG = fdwrite -CFLAGS+= -Wall +PROG= fdwrite +MAN1= ${PROG}.1 +CFLAGS+=-Wall .include <bsd.prog.mk> |
