diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 18:27:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 18:27:00 +0000 |
commit | 66f28034a88c5449c65c72cab24284641267a343 (patch) | |
tree | 2389328067eb628e6cab0264042e358be29b3311 /share/misc | |
parent | 756e8d982ae0c9f0231dcf314009a79e709ca486 (diff) |
install it
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index 16c1201dbc7..747298f033b 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.8 2001/10/05 17:30:51 matthieu Exp $ +# $OpenBSD: Makefile,v 1.9 2003/06/03 18:26:59 deraadt Exp $ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 FILES= airport ascii birthtoken countrycodes eqnchar getopt \ - inter.phone man.template mdoc.template na.phone operator \ - scsi_modes usb_hid_usages usb_hid_usages zipcodes + inter.phone license.template man.template mdoc.template \ + na.phone operator scsi_modes usb_hid_usages usb_hid_usages \ + zipcodes .if ${MACHINE} == "i386" SUBDIR= pcvtfonts .endif |