diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 12:11:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-05-13 12:11:54 +0000 |
| commit | 1e27d2dc60e118252e7a3e865d90b4edbbc3bb7b (patch) | |
| tree | 7ded435869ad685b62a941d8ab5fe4813fcc3e6a /lib | |
| parent | 89a600f197e382483808fecafb079ffc9364944b (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libdevinfo/Makefile | 3 | ||||
| -rw-r--r-- | lib/libmp/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/libdevinfo/Makefile b/lib/libdevinfo/Makefile index c342402d0602..0615195f9385 100644 --- a/lib/libdevinfo/Makefile +++ b/lib/libdevinfo/Makefile @@ -3,7 +3,6 @@ LIB= devinfo SRCS= devinfo.c INCS= devinfo.h - -MAN3= devinfo.3 +MAN= devinfo.3 .include <bsd.lib.mk> diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index a6381f33be2d..35374a399474 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -8,6 +8,6 @@ WARNS?= 2 NO_WERROR= yes SRCS= mpasbn.c INCS= mp.h -MAN3= libmp.3 +MAN= libmp.3 .include <bsd.lib.mk> |
