diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-03 14:37:18 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-03 14:37:18 +0000 |
commit | 6448f697b9dd29cf29b43afce0b32fbc8b385e9f (patch) | |
tree | f971bc21f9855e22ff3466e20ac88509b6ad06f4 /share/misc | |
parent | 4df9745024cd4f45d16111d2f509ad8090bfd5a2 (diff) |
enable usb_hid_usages
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index 56a76d56c33..1fcba7d32b6 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 2001/03/02 01:07:55 mickey Exp $ +# $OpenBSD: Makefile,v 1.7 2001/09/03 14:37:17 pvalchev Exp $ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 FILES= airport ascii birthtoken eqnchar getopt inter.phone man.template \ - mdoc.template na.phone operator scsi_modes zipcodes + mdoc.template na.phone operator scsi_modes usb_hid_usages usb_hid_usages \ + zipcodes .if ${MACHINE} == "i386" SUBDIR= pcvtfonts .endif |