diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2016-09-05 09:23:23 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2016-09-05 09:23:23 +0000 |
commit | 8fb4b2b54d8a29c61c6df479a1351f098879bbc2 (patch) | |
tree | 3a89029320301be39d059f92b5660983b3f8e1f1 /share/misc/Makefile | |
parent | 28240857377f1049f7b476ac3b9de05d7b87c1af (diff) |
Remove an old getopt example from some dusty corner.
ok tedu@ schwarze@
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r-- | share/misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index 2c4960d2368..11614e3b14f 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.13 2014/08/25 14:29:49 reyk Exp $ +# $OpenBSD: Makefile,v 1.14 2016/09/05 09:23:22 bentley Exp $ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 -FILES= airport ascii birthtoken countrycodes eqnchar getopt \ +FILES= airport ascii birthtoken countrycodes eqnchar \ inter.phone license.template mdoc.template mime.types \ na.phone operator scsi_modes usb_hid_usages usb_hid_usages \ zipcodes |