diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa (patch) | |
tree | e9b08b54acff71fa727310a461d700095bbe9587 /lib/libusb | |
parent | e429759bcf3eb8398d78b1609e915121e319b017 (diff) | |
download | FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.zip FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'lib/libusb')
-rw-r--r-- | lib/libusb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile index fddc4aa..73f129e 100644 --- a/lib/libusb/Makefile +++ b/lib/libusb/Makefile @@ -4,7 +4,7 @@ MAINTAINER= n_hibma@FreeBSD.ORG LIB= usb -MAN3= usb.3 +MAN= usb.3 SHLIB_MAJOR= 0 SHLIB_MINOR= 0 |